[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.27 and 1.28

version 1.27, 2003/11/08 19:17:29 version 1.28, 2003/11/09 00:19:02
Line 299 
Line 299 
                 }                  }
         }          }
 endoffile:  endoffile:
         undo_add_insert(olp, opos, siz);          undo_add_insert(olp, opos, siz-1);
   
         /* ignore errors */          /* ignore errors */
         ffclose(NULL);          ffclose(NULL);

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28