/[rdesktop]/sourceforge.net/trunk/rdesktop/rdesktop.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/rdesktop/rdesktop.c

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

revision 100 by jsorg71, Sat Aug 24 20:04:56 2002 UTC revision 103 by matthewc, Thu Aug 29 14:18:24 2002 UTC
# Line 234  main(int argc, char *argv[]) Line 234  main(int argc, char *argv[])
234                  width = 800;                  width = 800;
235                  height = 600;                  height = 600;
236          }          }
237            else
238            {
239                    /* make sure width is a multiple of 4 */
240                    width = (width + 3) & ~3;
241            }
242    
243          strcpy(title, "rdesktop - ");          strcpy(title, "rdesktop - ");
244          strncat(title, server, sizeof(title) - sizeof("rdesktop - "));          strncat(title, server, sizeof(title) - sizeof("rdesktop - "));

Legend:
Removed from v.100  
changed lines
  Added in v.103

  ViewVC Help
Powered by ViewVC 1.1.26