[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.32 and 1.33

version 1.32, 2003/10/31 20:20:45 version 1.33, 2004/01/28 08:31:07
Line 228 
Line 228 
                         filearg[0] = fetchname(buf, &exists, 0);                          filearg[0] = fetchname(buf, &exists, 0);
                 }                  }
                 if (!exists) {                  if (!exists) {
                         free(filearg[0]);  
                         ask("No file found--skip this patch? [n] ");                          ask("No file found--skip this patch? [n] ");
                         if (*buf != 'y')                          if (*buf != 'y')
                                 continue;                                  continue;
                         if (verbose)                          if (verbose)
                                 say("Skipping patch...\n");                                  say("Skipping patch...\n");
                           free(filearg[0]);
                         filearg[0] = fetchname(bestguess, &exists, 0);                          filearg[0] = fetchname(bestguess, &exists, 0);
                         skip_rest_of_patch = true;                          skip_rest_of_patch = true;
                         return true;                          return true;

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33