pkgsrc/multimedia/gxine/patches/patch-ag
drochner 82f164391f update to 0.5.8
changes:
-UI improvements (editable menu shortcuts, eject)
-bugfixes and cleanup
2006-10-17 16:23:47 +00:00

13 lines
373 B
Text

$NetBSD: patch-ag,v 1.3 2006/10/17 16:23:47 drochner Exp $
--- src/defs.h.orig 2006-08-21 09:14:49.000000000 +0200
+++ src/defs.h
@@ -46,7 +46,7 @@
/* debug logging */
#ifdef LOG
-#define logprintf(FMT,...) g_print (FMT, ## __VA_ARGS__)
+#define logprintf(FMT,...) g_print (FMT , ## __VA_ARGS__)
#define logperror(STR) perror (STR)
#else
#define logprintf(FMT,...)