1
0
mirror of https://sourceware.org/git/glibc.git synced 2026-01-06 11:51:29 +03:00
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:
Ulrich Drepper
1997-05-27 00:22:51 +00:00
parent ebbad4cc83
commit c12f5d3d34
2 changed files with 7 additions and 3 deletions

View File

@@ -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;