[BACK]Return to expand.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / expand

Diff for /src/usr.bin/expand/expand.c between version 1.11 and 1.12

version 1.11, 2009/10/27 23:59:37 version 1.12, 2013/11/26 13:18:55
Line 52 
Line 52 
         int n;          int n;
   
         /* handle obsolete syntax */          /* handle obsolete syntax */
         while (argc > 1 && argv[1][0] == '-' && isdigit(argv[1][1])) {          while (argc > 1 && argv[1][0] == '-' &&
               isdigit((unsigned char)argv[1][1])) {
                 getstops(&argv[1][1]);                  getstops(&argv[1][1]);
                 argc--; argv++;                  argc--; argv++;
         }          }

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