ports/print/a2ps/files/patch-title.c
2017-01-21 16:31:39 +00:00

11 lines
339 B
C

--- lib/title.c.orig 1999-08-28 16:54:19 UTC
+++ lib/title.c
@@ -88,6 +88,8 @@ title (stream, c, center_p, format, va_a
if (center_p)
for (padding = 0 ; padding < 79 - len ; padding += 2)
putc (' ', stream);
+ va_end(args);
+ VA_START(args, format);
# if HAVE_VPRINTF || _LIBC
vfprintf (stream, format, args);
# else