|
Lines 173-179
Link Here
|
| 173 |
if (p_indent && verbose) |
173 |
if (p_indent && verbose) |
| 174 |
say3("(Patch is indented %d space%s.)\n", p_indent, p_indent==1?"":"s"); |
174 |
say3("(Patch is indented %d space%s.)\n", p_indent, p_indent==1?"":"s"); |
| 175 |
skip_to(p_start,p_sline); |
175 |
skip_to(p_start,p_sline); |
| 176 |
while (filearg[0] == Nullch) { |
176 |
while (!skip_rest_of_patch && filearg[0] == Nullch) { |
| 177 |
if (force || batch) { |
177 |
if (force || batch) { |
| 178 |
say1("No file to patch. Skipping...\n"); |
178 |
say1("No file to patch. Skipping...\n"); |
| 179 |
filearg[0] = savestr(bestguess); |
179 |
filearg[0] = savestr(bestguess); |