diff options
author | runge <[email protected]> | 2010-09-10 14:26:58 -0400 |
---|---|---|
committer | runge <[email protected]> | 2010-09-10 14:26:58 -0400 |
commit | 067a88160c994e364ebb23900228633b84f99e91 (patch) | |
tree | af2b04b5a044482e35fce85bc48b5504f5e8a2ea /x11vnc/inet.c | |
parent | ad254469783b4720db64d8ebeeb12aeb0533e542 (diff) | |
download | libtdevnc-067a88160c994e364ebb23900228633b84f99e91.tar.gz libtdevnc-067a88160c994e364ebb23900228633b84f99e91.zip |
update to x11vnc 0.9.12
Diffstat (limited to 'x11vnc/inet.c')
-rw-r--r-- | x11vnc/inet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/inet.c b/x11vnc/inet.c index a70ce24..a7410ee 100644 --- a/x11vnc/inet.c +++ b/x11vnc/inet.c @@ -347,7 +347,7 @@ char *ident_username(rfbClientPtr client) { if (ret > 0) { int i; char *q, *p; - for (i=0; i < sizeof(msg); i++) { + for (i=0; i < (int) sizeof(msg); i++) { msg[i] = '\0'; } usleep(250*1000); |