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

Diff for /src/usr.bin/error/Attic/input.c between version 1.3 and 1.4

version 1.3, 2001/07/12 05:17:02 version 1.4, 2002/06/14 21:35:00
Line 89 
Line 89 
         line[inbuflen] = '\0';          line[inbuflen] = '\0';
         wordvbuild(line, &wordc, &wordv);          wordvbuild(line, &wordc, &wordv);
         /*          /*
          *      for convience, convert wordv to be 1 based, instead           *      for convenience, convert wordv to be 1 based, instead
          *      of 0 based.           *      of 0 based.
          */           */
         wordv -= 1;          wordv -= 1;

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