]> git.pld-linux.org Git - packages/patchutils.git/blame - patchutils-format.patch
- ac/am/patch versions, BR: xmlto
[packages/patchutils.git] / patchutils-format.patch
CommitLineData
c107d5b8
JB
1--- patchutils-0.3.3/src/filterdiff.c.orig 2011-05-26 15:47:46.000000000 +0200
2+++ patchutils-0.3.3/src/filterdiff.c 2013-07-11 16:31:31.894473188 +0200
3@@ -1263,7 +1263,7 @@
4 char errstr[300];
5 regerror (err, &regex[num_regex - 1], errstr,
6 sizeof (errstr));
7- error (EXIT_FAILURE, 0, errstr);
8+ error (EXIT_FAILURE, 0, "%s", errstr);
9 exit (1);
10 }
11 }
12@@ -1509,7 +1509,7 @@
13 char errstr[300];
14 regerror (err, &regex[num_regex - 1], errstr,
15 sizeof (errstr));
16- error (EXIT_FAILURE, 0, errstr);
17+ error (EXIT_FAILURE, 0, "%s", errstr);
18 exit (1);
19 }
20 }
This page took 0.066845 seconds and 4 git commands to generate.