mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-01 16:33:02 +01:00
(vasprintf): Also fixed the prototype.
This commit is contained in:
parent
53272a25fc
commit
9b32497c7e
@ -1,5 +1,7 @@
|
||||
2003-11-13 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* util.h (vasprintf): Also fixed the prototype.
|
||||
|
||||
* vasprintf.c (vasprintf): ARGS should not be a pointer. Fixed
|
||||
segv on Solaris. Reported by Andrew J. Schorr.
|
||||
|
||||
|
@ -112,7 +112,7 @@ int is_file_compressed (const char *s, int *ret_rc);
|
||||
/*-- replacement functions from funcname.c --*/
|
||||
#if !HAVE_VASPRINTF
|
||||
#include <stdarg.h>
|
||||
int vasprintf (char **result, const char *format, va_list *args);
|
||||
int vasprintf (char **result, const char *format, va_list args);
|
||||
int asprintf (char **result, const char *format, ...);
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user