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

Diff for /src/usr.bin/patch/pch.c between version 1.10 and 1.11

version 1.10, 1999/12/04 01:01:07 version 1.11, 2000/12/14 00:02:19
Line 150 
Line 150 
         if (force || batch) {          if (force || batch) {
             say1("No file to patch.  Skipping...\n");              say1("No file to patch.  Skipping...\n");
             filearg[0] = savestr(bestguess);              filearg[0] = savestr(bestguess);
               skip_rest_of_patch = TRUE;
             return TRUE;              return TRUE;
         }          }
         ask1("File to patch: ");          ask1("File to patch: ");

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