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

Diff for /src/usr.bin/mg/main.c between version 1.40 and 1.41

version 1.40, 2005/06/14 18:14:40 version 1.41, 2005/08/09 00:53:48
Line 203 
Line 203 
         if ((s = anycb(FALSE)) == ABORT)          if ((s = anycb(FALSE)) == ABORT)
                 return (ABORT);                  return (ABORT);
         if (s == FALSE          if (s == FALSE
             || eyesno("Some modified buffers exist, really exit") == TRUE) {              || eyesno("Modified buffers exist; really exit") == TRUE) {
                 vttidy();                  vttidy();
 #ifdef SYSCLEANUP  #ifdef SYSCLEANUP
                 SYSCLEANUP;                  SYSCLEANUP;

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41