/[rdesktop]/sourceforge.net/trunk/seamlessrdp/ServerExe/vchannel.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/seamlessrdp/ServerExe/vchannel.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1090 by ossman_, Thu Mar 9 15:27:39 2006 UTC revision 1091 by astrand, Fri Mar 10 09:12:36 2006 UTC
# Line 41  debug(char *format, ...) Line 41  debug(char *format, ...)
41          va_list argp;          va_list argp;
42          char buf[256];          char buf[256];
43    
44          sprintf(buf, "DEBUG1,");          sprintf(buf, "DEBUG,");
45    
46          va_start(argp, format);          va_start(argp, format);
47          _vsnprintf(buf + sizeof("DEBUG1,") - 1, sizeof(buf) - sizeof("DEBUG1,") + 1, format, argp);          _vsnprintf(buf + sizeof("DEBUG,") - 1, sizeof(buf) - sizeof("DEBUG,") + 1, format, argp);
48          va_end(argp);          va_end(argp);
49    
50          vchannel_write(buf);          vchannel_write(buf);

Legend:
Removed from v.1090  
changed lines
  Added in v.1091

  ViewVC Help
Powered by ViewVC 1.1.26