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

Diff for /src/usr.bin/mg/file.c between version 1.47 and 1.48

version 1.47, 2005/11/20 04:16:34 version 1.48, 2005/12/13 06:01:27
Line 355 
Line 355 
                 switch (s) {                  switch (s) {
                 case FIOSUC:                  case FIOSUC:
                         ++nline;                          ++nline;
                         /* and continue */                          /* FALLTHRU */
                 case FIOEOF:                  case FIOEOF:
                         /* the last line of the file */                          /* the last line of the file */
                         if ((lp1 = lalloc(nbytes)) == NULL) {                          if ((lp1 = lalloc(nbytes)) == NULL) {

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48