diff options
Diffstat (limited to 'textproc/par/files/patch-reformat.c')
-rw-r--r-- | textproc/par/files/patch-reformat.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/par/files/patch-reformat.c b/textproc/par/files/patch-reformat.c deleted file mode 100644 index 9b9d0f0d84ab..000000000000 --- a/textproc/par/files/patch-reformat.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./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; - } |