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

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

revision 569 by n-ki, Wed Jan 21 14:40:40 2004 UTC revision 570 by stargo, Wed Jan 21 18:02:38 2004 UTC
# Line 116  disk_enum_devices(int *id, char *optarg) Line 116  disk_enum_devices(int *id, char *optarg)
116                  pos2 = next_arg(optarg, '=');                  pos2 = next_arg(optarg, '=');
117                  strcpy(g_rdpdr_device[*id].name, optarg);                  strcpy(g_rdpdr_device[*id].name, optarg);
118    
119                  toupper(g_rdpdr_device[*id].name);                  toupper_str(g_rdpdr_device[*id].name);
120    
121                  /* add trailing colon to name. */                  /* add trailing colon to name. */
122                  strcat(g_rdpdr_device[*id].name, ":");                  strcat(g_rdpdr_device[*id].name, ":");
# Line 212  disk_create(uint32 device_id, uint32 acc Line 212  disk_create(uint32 device_id, uint32 acc
212                                          return STATUS_NO_SUCH_FILE;                                          return STATUS_NO_SUCH_FILE;
213                          }                          }
214                  }                  }
215                  handle = dirfd(dirp);                  handle = dirfd(dirp); /* FIXME: dirfd is not portable */
216          }          }
217          else          else
218          {          {

Legend:
Removed from v.569  
changed lines
  Added in v.570

  ViewVC Help
Powered by ViewVC 1.1.26