/[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 800 by stargo, Thu Nov 18 11:18:49 2004 UTC revision 801 by astrand, Tue Nov 23 13:29:12 2004 UTC
# Line 457  main(int argc, char *argv[]) Line 457  main(int argc, char *argv[])
457    
458                                  if (*p == '+' || *p == '-')                                  if (*p == '+' || *p == '-')
459                                          g_xpos = strtol(p, &p, 10);                                          g_xpos = strtol(p, &p, 10);
460                                    
461                                  if (*p == '+' || *p == '-')                                  if (*p == '+' || *p == '-')
462                                          g_ypos = strtol(p, NULL, 10);                                          g_ypos = strtol(p, NULL, 10);
463    

Legend:
Removed from v.800  
changed lines
  Added in v.801

  ViewVC Help
Powered by ViewVC 1.1.26