=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/pch.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- src/usr.bin/patch/pch.c 1999/12/04 01:01:07 1.10 +++ src/usr.bin/patch/pch.c 2000/12/14 00:02:19 1.11 @@ -1,7 +1,7 @@ -/* $OpenBSD: pch.c,v 1.10 1999/12/04 01:01:07 provos Exp $ */ +/* $OpenBSD: pch.c,v 1.11 2000/12/14 00:02:19 beck Exp $ */ #ifndef lint -static char rcsid[] = "$OpenBSD: pch.c,v 1.10 1999/12/04 01:01:07 provos Exp $"; +static char rcsid[] = "$OpenBSD: pch.c,v 1.11 2000/12/14 00:02:19 beck Exp $"; #endif /* not lint */ #include "EXTERN.h" @@ -150,6 +150,7 @@ if (force || batch) { say1("No file to patch. Skipping...\n"); filearg[0] = savestr(bestguess); + skip_rest_of_patch = TRUE; return TRUE; } ask1("File to patch: ");