/[antiright]/antiright/src/arshell/arguments.c
ViewVC logotype

Diff of /antiright/src/arshell/arguments.c

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

revision 1.16 by jefbed, Fri Jan 21 22:36:35 2005 UTC revision 1.17 by jefbed, Sat Feb 12 17:57:42 2005 UTC
# Line 1  Line 1 
1  /*  /*
2    AntiRight    AntiRight
3    (c) 2003-2004 Jeffrey Bedard    (c) 2003-2005 Jeffrey Bedard
4    jefbed@e-list.net    jefbed@e-list.net
5        
6    This file is part of AntiRight.    This file is part of AntiRight.
# Line 86  arshell_handle_long_options(int *counter Line 86  arshell_handle_long_options(int *counter
86      {      {
87        option[counter-2]=argv[(*counter_int)][counter];        option[counter-2]=argv[(*counter_int)][counter];
88      }      }
89    
90    #ifdef DEBUG
91    printf("LENGTH:%d;COUNTER:%d;OPTION:%s\n", length, counter, option);    printf("LENGTH:%d;COUNTER:%d;OPTION:%s\n", length, counter, option);
92    fflush(stdout);    fflush(stdout);
93    length-=2;    length-=2;
94    #endif /* DEBUG  */
95    
96    if(!strncmp(option, "help", length))    if(!strncmp(option, "help", length))
97      {      {
98        arshell_usage();        arshell_usage();

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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