/[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.11 by gray, Sat Feb 23 10:01:35 2002 UTC revision 1.12 by gray, Sat Feb 23 10:42:01 2002 UTC
# Line 72  argcv_scan (int len, const char *command Line 72  argcv_scan (int len, const char *command
72    
73        /* If we have a token, and it starts with a comment character, skip        /* If we have a token, and it starts with a comment character, skip
74           to the newline and restart the token search. */           to the newline and restart the token search. */
75        if (*save < len)        if (*save <= len)
76          {          {
77            if (cmnt && strchr (cmnt, command[*start]) != NULL)            if (cmnt && strchr (cmnt, command[*start]) != NULL)
78              {              {

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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