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

Diff for /src/usr.bin/apply/apply.c between version 1.2 and 1.3

version 1.2, 1996/06/26 05:31:13 version 1.3, 1997/01/15 23:42:09
Line 70 
Line 70 
         debug = 0;          debug = 0;
         magic = '%';            /* Default magic char is `%'. */          magic = '%';            /* Default magic char is `%'. */
         nargs = -1;          nargs = -1;
         while ((ch = getopt(argc, argv, "a:d0123456789")) != EOF)          while ((ch = getopt(argc, argv, "a:d0123456789")) != -1)
                 switch (ch) {                  switch (ch) {
                 case 'a':                  case 'a':
                         if (optarg[1] != '\0')                          if (optarg[1] != '\0')

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3