[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.72 and 1.73

version 1.72, 2021/03/01 10:51:14 version 1.73, 2021/03/21 12:56:16
Line 606 
Line 606 
                 /* make sure it's terminated */                  /* make sure it's terminated */
                 excbuf[llength(lp)] = '\0';                  excbuf[llength(lp)] = '\0';
                 if ((s = excline(excbuf)) != TRUE) {                  if ((s = excline(excbuf)) != TRUE) {
                         (void) clearvars();                          cleanup();
                         return (s);                          return (s);
                 }                  }
         }          }
         (void) clearvars();          cleanup();
         return (TRUE);          return (TRUE);
 }  }
   

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73