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

Diff for /src/usr.bin/strings/Attic/strings.c between version 1.8 and 1.9

version 1.8, 2002/09/23 04:10:14 version 1.9, 2002/12/08 16:50:07
Line 103 
Line 103 
         offset_format = NULL;          offset_format = NULL;
         minlen = -1;          minlen = -1;
         maxlen = -1;          maxlen = -1;
         while ((ch = getopt(argc, argv, "-0123456789an:m:oft:")) != -1)          while ((ch = getopt(argc, argv, "0123456789an:m:oft:-")) != -1)
                 switch((char)ch) {                  switch((char)ch) {
                 case '0': case '1': case '2': case '3': case '4':                  case '0': case '1': case '2': case '3': case '4':
                 case '5': case '6': case '7': case '8': case '9':                  case '5': case '6': case '7': case '8': case '9':

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