=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/pch.c,v retrieving revision 1.47 retrieving revision 1.48 diff -c -r1.47 -r1.48 *** src/usr.bin/patch/pch.c 2014/12/01 06:38:04 1.47 --- src/usr.bin/patch/pch.c 2014/12/08 21:59:36 1.48 *************** *** 1,4 **** ! /* $OpenBSD: pch.c,v 1.47 2014/12/01 06:38:04 deraadt Exp $ */ /* * patch - a program to apply diffs to original files --- 1,4 ---- ! /* $OpenBSD: pch.c,v 1.48 2014/12/08 21:59:36 deraadt Exp $ */ /* * patch - a program to apply diffs to original files *************** *** 1580,1586 **** if (errstr != NULL) fatal("invalid line number at line %ld: `%s' is %s\n", p_input_line, nptr, errstr); ! *p = c; *endptr = p; --- 1580,1586 ---- if (errstr != NULL) fatal("invalid line number at line %ld: `%s' is %s\n", p_input_line, nptr, errstr); ! *p = c; *endptr = p;