From a65c101d4e5fdb2f29a84663fef330ac8aeca276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 19 Sep 2006 13:31:19 +0000 Subject: Finish the latest change - fix broken build for some platforms (BSD, Win, Solaris). CVS patchset: 8271 CVS date: 2006/09/19 13:31:19 --- lib/os_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/os_internal.h') diff --git a/lib/os_internal.h b/lib/os_internal.h index c427448c4..9ce57598f 100644 --- a/lib/os_internal.h +++ b/lib/os_internal.h @@ -119,7 +119,7 @@ void xine_private_unsetenv(const char *name); #else #define asprintf(STRINGPP, FORMAT, ...) xine_private_asprintf((STRINGPP), FORMAT, __VA_ARGS__) #endif -#define vasprintf(STRINGPP, FORMAT, VA_ARG) _xine_private_vasprintf((STRINGPP), (FORMAT), (VA_ARG)) +#define vasprintf(STRINGPP, FORMAT, VA_ARG) xine_private_vasprintf((STRINGPP), (FORMAT), (VA_ARG)) int xine_private_asprintf(char **string, const char *format, ...) __attribute__ ((format (printf, 2, 3))); int xine_private_vasprintf(char **string, const char *format, va_list ap) __attribute__ ((format (printf, 2, 0))); #endif -- cgit v1.2.3