LibVNC / libvncserver

LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program.
GNU General Public License v2.0
1.07k stars 481 forks source link

test: Fix comparison that is always false #581

Closed szsam closed 1 year ago

szsam commented 1 year ago

If srcsize is an unsigned long, then the comparison (srcsize=ftell(file))<0 is always false.