mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
11 lines
339 B
C
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
|