/[oroborus]/oroborus/src/oroborus.c
ViewVC logotype

Diff of /oroborus/src/oroborus.c

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

revision 1.19 by dreamind, Tue Feb 4 21:43:11 2003 UTC revision 1.20 by dreamind, Sun Feb 9 18:25:29 2003 UTC
# Line 164  initialize (int argc, char **argv) Line 164  initialize (int argc, char **argv)
164  #endif  #endif
165    
166          progname = argv[0];          progname = argv[0];
167          progname = strrchr(progname, '/') + sizeof(char);          if (strrchr(progname, '/'))
168                    progname = strrchr(progname, '/') + sizeof(char);
169    
170          decode_switches (argc, argv);          decode_switches (argc, argv);
171    

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26