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

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

revision 111 by astrand, Sun Sep 1 12:03:33 2002 UTC revision 114 by astrand, Wed Sep 11 07:54:21 2002 UTC
# Line 245  main(int argc, char *argv[]) Line 245  main(int argc, char *argv[])
245                  width = (width + 3) & ~3;                  width = (width + 3) & ~3;
246          }          }
247    
248          if (!strlen(title))          if (!strlen(title))
249          {          {
250                  strcpy(title, "rdesktop - ");                  strcpy(title, "rdesktop - ");
251                  strncat(title, server, sizeof(title) - sizeof("rdesktop - "));                  strncat(title, server, sizeof(title) - sizeof("rdesktop - "));

Legend:
Removed from v.111  
changed lines
  Added in v.114

  ViewVC Help
Powered by ViewVC 1.1.26