mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 02:49:14 -04:00
11 lines
347 B
C
11 lines
347 B
C
--- 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;
|
|
}
|
|
|