mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +03:00
Update.
1997-05-27 02:20 Ulrich Drepper <drepper@cygnus.com> * stdio/obstream.c (obstack_printf): Fix bug in de-ansidecl-fication. Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
This commit is contained in:
@@ -182,9 +182,7 @@ obstack_vprintf (obstack, format, args)
|
||||
}
|
||||
|
||||
int
|
||||
obstack_printf (obstack, format DOTS)
|
||||
struct obstack *obstack;
|
||||
const char *format;
|
||||
obstack_printf (struct obstack *obstackm const char *format, ...)
|
||||
{
|
||||
int result;
|
||||
va_list ap;
|
||||
|
||||
Reference in New Issue
Block a user