/[mailutils]/mailutils/lib/argcv.c
ViewVC logotype

Diff of /mailutils/lib/argcv.c

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

revision 1.9 by sroberts, Thu Feb 21 01:25:43 2002 UTC revision 1.10 by gray, Fri Feb 22 13:16:22 2002 UTC
# Line 99  argcv_get (const char *command, const ch Line 99  argcv_get (const char *command, const ch
99    int i = 0;    int i = 0;
100    int start, end, save;    int start, end, save;
101    
   *argc = 0;  
102    *argv = NULL;    *argv = NULL;
103    
104    /* Count number of arguments */    /* Count number of arguments */
105      *argc = 1;
106    save = 0;    save = 0;
107    
108    while (argcv_scan (len, command, delim, cmnt, &start, &end, &save) < len)    while (argcv_scan (len, command, delim, cmnt, &start, &end, &save) < len)

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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