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

Diff for /src/usr.bin/csplit/csplit.c between version 1.9 and 1.10

version 1.9, 2016/10/28 07:22:59 version 1.10, 2021/07/08 00:38:42
Line 398 
Line 398 
                 first = 0;                  first = 0;
         }          }
   
         if (p == NULL)          if (p == NULL) {
                   toomuch(NULL, 0);
                 errx(1, "%s: no match", re);                  errx(1, "%s: no match", re);
           }
   
         if (ofs <= 0) {          if (ofs <= 0) {
                 /*                  /*

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10