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

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

revision 1119 by astrand, Mon Mar 13 15:04:51 2006 UTC revision 1120 by astrand, Wed Mar 15 06:55:29 2006 UTC
# Line 87  seamless_process_line(const char *line, Line 87  seamless_process_line(const char *line,
87                  if (!tok4)                  if (!tok4)
88                          return False;                          return False;
89    
90                  id = strtol(tok2, &endptr, 0);                  id = strtoll(tok2, &endptr, 0);
91                  if (*endptr)                  if (*endptr)
92                          return False;                          return False;
93    
94                  parent = strtol(tok3, &endptr, 0);                  parent = strtoll(tok3, &endptr, 0);
95                  if (*endptr)                  if (*endptr)
96                          return False;                          return False;
97    
# Line 106  seamless_process_line(const char *line, Line 106  seamless_process_line(const char *line,
106                  if (!tok3)                  if (!tok3)
107                          return False;                          return False;
108    
109                  id = strtol(tok2, &endptr, 0);                  id = strtoll(tok2, &endptr, 0);
110                  if (*endptr)                  if (*endptr)
111                          return False;                          return False;
112    
# Line 128  seamless_process_line(const char *line, Line 128  seamless_process_line(const char *line,
128                  if (!tok7)                  if (!tok7)
129                          return False;                          return False;
130    
131                  id = strtol(tok2, &endptr, 0);                  id = strtoll(tok2, &endptr, 0);
132                  if (*endptr)                  if (*endptr)
133                          return False;                          return False;
134    
# Line 161  seamless_process_line(const char *line, Line 161  seamless_process_line(const char *line,
161                  if (!tok4)                  if (!tok4)
162                          return False;                          return False;
163    
164                  id = strtol(tok2, &endptr, 0);                  id = strtoll(tok2, &endptr, 0);
165                  if (*endptr)                  if (*endptr)
166                          return False;                          return False;
167    
# Line 178  seamless_process_line(const char *line, Line 178  seamless_process_line(const char *line,
178                  if (!tok4)                  if (!tok4)
179                          return False;                          return False;
180    
181                  id = strtol(tok2, &endptr, 0);                  id = strtoll(tok2, &endptr, 0);
182                  if (*endptr)                  if (*endptr)
183                          return False;                          return False;
184    

Legend:
Removed from v.1119  
changed lines
  Added in v.1120

  ViewVC Help
Powered by ViewVC 1.1.26