diff options
author | dscho <dscho> | 2003-02-07 18:58:00 +0000 |
---|---|---|
committer | dscho <dscho> | 2003-02-07 18:58:00 +0000 |
commit | 0f66740881b7b6f468c46dc10e6694520b3ab2d8 (patch) | |
tree | e6819ea73d831ecd09609e6c801c71a710407cde /main.c | |
parent | 6b7cdeb9ef9ffb149d8dc38b17a55ebe503e31e7 (diff) | |
download | libtdevnc-0f66740881b7b6f468c46dc10e6694520b3ab2d8.tar.gz libtdevnc-0f66740881b7b6f468c46dc10e6694520b3ab2d8.zip |
moved files to include; moved a file to examples/
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ rfbLog(const char *format, ...) va_start(args, format); time(&log_clock); - strftime(buf, 255, "%d/%m/%Y %T ", localtime(&log_clock)); + strftime(buf, 255, "%d/%m/%Y %X ", localtime(&log_clock)); fprintf(stderr,buf); vfprintf(stderr, format, args); |