From 871251e4e894754ba0eaf9fb3ddecff131c30a82 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Tue, 11 Feb 2003 15:12:42 +0000 Subject: fix broken macro, with regards to Jeff Smith, who sent the patch CVS patchset: 4131 CVS date: 2003/02/11 15:12:42 --- src/input/libdvdnav/read_cache.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/input/libdvdnav/read_cache.c b/src/input/libdvdnav/read_cache.c index 2029881c7..751560206 100644 --- a/src/input/libdvdnav/read_cache.c +++ b/src/input/libdvdnav/read_cache.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: read_cache.c,v 1.5 2002/11/18 12:41:16 mroi Exp $ + * $Id: read_cache.c,v 1.6 2003/02/11 15:12:42 mroi Exp $ * */ @@ -106,13 +106,13 @@ struct read_cache_s { #ifdef __GNUC__ # if READ_CACHE_TRACE -# define dprintf(fmt, args...) fprintf(MSG_OUT, "libdvdnav: %s: "fmt, __func__ , ## arg +# define dprintf(fmt, args...) fprintf(MSG_OUT, "libdvdnav: %s: "fmt, __func__ , ## args) # else # define dprintf(fmt, args...) /* Nowt */ # endif #else # if READ_CACHE_TRACE -# define dprintf(fmt, ...) fprintf(MSG_OUT, "libdvdnav: %s: "fmt, __func__ , __VA_ARGS_ +# define dprintf(fmt, ...) fprintf(MSG_OUT, "libdvdnav: %s: "fmt, __func__ , __VA_ARGS__) # else # define dprintf(fmt, ...) /* Nowt */ # endif -- cgit v1.2.3