@ -1,3 +1,6 @@
2004-11-30 "Leiradella, Andre V Matos Da Cunha" <ANDRE.LEIRADELLA@bra.xerox.com>
* libvncclient/sockets.c: return TRUE in every case of success
2004-08-29 Karl Runge <runge@karlrunge.com>
* x11vnc: yet another pointer input handling algorithm in
check_user_input(), revert to previous with -old_pointer2.
@ -162,6 +162,7 @@ ReadFromRFBServer(rfbClient* client, char *out, unsigned int n)
out += i;
n -= i;
}
#ifdef DEBUG_READ_EXACT
hexdump:
@ -171,9 +172,9 @@ hexdump:
fprintf(stderr,"\n");
#endif
return TRUE;
/*