summaryrefslogtreecommitdiff
path: root/print/a2ps/files/patch-parseppd.y
blob: 06b0121eb1dc3d205ab5588ebe51ab1dbfa9f889 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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);
 }
 
 /*