From 765e613246a2f8367f30bbafaacf2aeebc7a5723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Wed, 20 Sep 2006 11:53:06 +0000 Subject: OK, one more fix for crazy platforms. CVS patchset: 8272 CVS date: 2006/09/20 11:53:06 --- lib/asprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/asprintf.c') diff --git a/lib/asprintf.c b/lib/asprintf.c index 43513df6c..de6c5f9ed 100644 --- a/lib/asprintf.c +++ b/lib/asprintf.c @@ -58,7 +58,7 @@ int xine_private_asprintf (char **buffer, const char *format, ...) int ret; va_list ap; va_start (ap, format); - ret = _xine_private_vasprintf (buffer, format, ap); + ret = xine_private_vasprintf (buffer, format, ap); va_end (ap); return ret; } -- cgit v1.2.3