opnsense-ports/textproc/par/files/patch-reformat.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
467 B
C

--- ./reformat.c.orig 2014-02-10 21:14:43.000000000 +0000
+++ ./reformat.c 2014-02-10 21:17:35.000000000 +0000
@@ -335,7 +335,7 @@
for (end = *line; *end; ++end);
if (end - *line < affix) {
sprintf(errmsg,
- "Line %d shorter than <prefix> + <suffix> = %d + %d = %d\n",
+ "Line %zd shorter than <prefix> + <suffix> = %d + %d = %d\n",
line - inlines + 1, prefix, suffix, affix);
goto rfcleanup;
}