From 11b26a83b403b3f3661aa59cfc5c3f2c1a7e1705 Mon Sep 17 00:00:00 2001 From: Juergen Keil Date: Wed, 2 Jan 2002 18:16:07 +0000 Subject: Correct spelling of __VA_ARGS__ macro CVS patchset: 1324 CVS date: 2002/01/02 18:16:07 --- src/input/input_net.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/input/input_net.c') diff --git a/src/input/input_net.c b/src/input/input_net.c index 682a4b784..2bbd85242 100644 --- a/src/input/input_net.c +++ b/src/input/input_net.c @@ -58,11 +58,11 @@ extern int errno; } #else #define LOG_MSG_STDERR(xine, ...) { \ - xine_log(xine, XINE_LOG_INPUT, __VAR_ARGS__); \ + xine_log(xine, XINE_LOG_INPUT, __VA_ARGS__); \ fprintf(stderr, __VA_ARGS__); \ } #define LOG_MSG(xine, ...) { \ - xine_log(xine, XINE_LOG_INPUT, __VAR_ARGS__); \ + xine_log(xine, XINE_LOG_INPUT, __VA_ARGS__); \ printf(__VA_ARGS__); \ } #endif -- cgit v1.2.3