/[rdesktop]/sourceforge.net/trunk/rdesktop/parallel.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/parallel.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 580 by astrand, Fri Jan 23 08:35:52 2004 UTC
# Line 12  Line 12 
12    
13  extern RDPDR_DEVICE g_rdpdr_device[];  extern RDPDR_DEVICE g_rdpdr_device[];
14    
15  PARALLEL_DEVICE * get_parallel_data(HANDLE handle)  PARALLEL_DEVICE *
16    get_parallel_data(HANDLE handle)
17  {  {
18          int index;          int index;
19    
# Line 48  parallel_enum_devices(int *id, char *opt Line 49  parallel_enum_devices(int *id, char *opt
49                  pos2 = next_arg(optarg, '=');                  pos2 = next_arg(optarg, '=');
50                  strcpy(g_rdpdr_device[*id].name, optarg);                  strcpy(g_rdpdr_device[*id].name, optarg);
51    
52                  toupper(g_rdpdr_device[*id].name);                  toupper_str(g_rdpdr_device[*id].name);
53    
54                  g_rdpdr_device[*id].local_path = xmalloc(strlen(pos2) + 1);                  g_rdpdr_device[*id].local_path = xmalloc(strlen(pos2) + 1);
55                  strcpy(g_rdpdr_device[*id].local_path, pos2);                  strcpy(g_rdpdr_device[*id].local_path, pos2);

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

  ViewVC Help
Powered by ViewVC 1.1.26