From fad4eb7443e31d577c4d3ea25b19ce2261eb35aa Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Tue, 15 Feb 2022 11:02:17 +0100 Subject: print/a2ps: add more patches --- print/a2ps/files/patch-psgen.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 print/a2ps/files/patch-psgen.c (limited to 'print/a2ps/files/patch-psgen.c') diff --git a/print/a2ps/files/patch-psgen.c b/print/a2ps/files/patch-psgen.c new file mode 100644 index 000000000000..2007d9c4596d --- /dev/null +++ b/print/a2ps/files/patch-psgen.c @@ -0,0 +1,11 @@ +--- lib/psgen.c.orig 2000-01-15 23:15:07 UTC ++++ lib/psgen.c +@@ -232,7 +232,7 @@ output_marker (a2ps_job * job, const char * kind, ucha + default: + *buf = '\0'; + ps_escape_char (job, cp[i], buf); +- output (jdiv, (char *) buf); ++ output (jdiv, "%s", (char *) buf); + break; + } + } -- cgit v1.2.3