summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--groff-1.18.1-gzext.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/groff-1.18.1-gzext.patch b/groff-1.18.1-gzext.patch
index d9ea585..c26f3d1 100644
--- a/groff-1.18.1-gzext.patch
+++ b/groff-1.18.1-gzext.patch
@@ -15,7 +15,7 @@
+ else if ((path = realpath(nm.contents(), pbuf)) == NULL &&
+ (path = realpath(tmp, pbuf)) == NULL)
+ {
-+ error("realpath on `%1' failed: %3", nm.contents(), strerror(errno));
++ error("realpath on `%1' failed: %2", nm.contents(), strerror(errno));
+ } else if (safer_flag && strncmp(cwd, path, strlen(cwd)))
error("won't source `%1' outside of `%2' without -U flag", path, cwd);
else if (stat(path, &st) < 0)