aboutsummaryrefslogtreecommitdiff
path: root/print/a2ps/files/patch-output.c
blob: a4b487661f87163de58806917f3f0cd115d91943 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/output.c.orig	1999-08-31 17:42:41 UTC
+++ lib/output.c
@@ -525,7 +525,7 @@ output_file (struct output * out, a2ps_job * job,
 		     expand_user_string (job, FIRST_FILE (job),
 					 (const uchar *) "Expand: requirement",
 					 (const uchar *) token));
-	output (dest, expansion);
+	output (dest, "%s", expansion);
 	continue;
       }