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

Diff for /src/usr.bin/mg/extend.c between version 1.17 and 1.18

version 1.17, 2001/05/24 10:43:17 version 1.18, 2001/07/05 17:36:05
Line 647 
Line 647 
         char *fname;          char *fname;
 {  {
         int      s = TRUE;          int      s = TRUE;
         int      nbytes;          int      nbytes = 0;
         char     excbuf[128];          char     excbuf[128];
   
         if ((fname = adjustname(fname)) == NULL)          if ((fname = adjustname(fname)) == NULL)

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18