diff options
author | runge <runge> | 2007-05-05 18:28:32 +0000 |
---|---|---|
committer | runge <runge> | 2007-05-05 18:28:32 +0000 |
commit | 1d495291e434af3d8bb8d6ceaf5aa926dea065e9 (patch) | |
tree | 333a569b60985693fafd68782115cf6288e03a39 /x11vnc/sslhelper.c | |
parent | 76d88e31114b5cc0f66f90e76eb9c734bbc9bf4b (diff) | |
download | libtdevnc-1d495291e434af3d8bb8d6ceaf5aa926dea065e9.tar.gz libtdevnc-1d495291e434af3d8bb8d6ceaf5aa926dea065e9.zip |
filexfer warnings and messages.
Diffstat (limited to 'x11vnc/sslhelper.c')
-rw-r--r-- | x11vnc/sslhelper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/sslhelper.c b/x11vnc/sslhelper.c index 36aeb8d..035c423 100644 --- a/x11vnc/sslhelper.c +++ b/x11vnc/sslhelper.c @@ -1852,7 +1852,7 @@ if (db) fprintf(stderr, "iface: %s\n", iface); certret_str = NULL; } if (0 && certret_str) { - fprintf(stderr, "certret_str[%d]:\n%s\n", sbuf.st_size, certret_str); + fprintf(stderr, "certret_str[%d]:\n%s\n", (int) sbuf.st_size, certret_str); } } |