rpms/groff/devel groff-1.18.1-gzext.patch,1.3,1.4

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jan 11 12:04:13 UTC 2006


Author: mlichvar

Update of /cvs/dist/rpms/groff/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv28481

Modified Files:
	groff-1.18.1-gzext.patch 
Log Message:
fix assertion failure in abort message (#141912)


groff-1.18.1-gzext.patch:
 input.cc |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

Index: groff-1.18.1-gzext.patch
===================================================================
RCS file: /cvs/dist/rpms/groff/devel/groff-1.18.1-gzext.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- groff-1.18.1-gzext.patch	5 Jan 2006 14:49:14 -0000	1.3
+++ groff-1.18.1-gzext.patch	11 Jan 2006 12:04:00 -0000	1.4
@@ -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)




More information about the fedora-cvs-commits mailing list