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-parseppd.y | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 print/a2ps/files/patch-parseppd.y (limited to 'print/a2ps/files/patch-parseppd.y') diff --git a/print/a2ps/files/patch-parseppd.y b/print/a2ps/files/patch-parseppd.y new file mode 100644 index 000000000000..06b0121eb1dc --- /dev/null +++ b/print/a2ps/files/patch-parseppd.y @@ -0,0 +1,11 @@ +--- lib/parseppd.y.orig 1999-12-16 01:00:13 UTC ++++ lib/parseppd.y +@@ -154,7 +154,7 @@ font_clause : + void + yyerror (const char *msg) + { +- error_at_line (1, 0, ppdfilename, ppdlineno, msg); ++ error_at_line (1, 0, ppdfilename, ppdlineno, "%s", msg); + } + + /* -- cgit v1.2.3