[Swfdec] libswfdec/swfdec_debug.h

Eric Anholt anholt at kemper.freedesktop.org
Fri Jan 26 15:04:21 PST 2007


 libswfdec/swfdec_debug.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 4e7806e7020535920cbb2009ed8b039fd64c046c (from 2cb8680a8577ff5d018b50e7da55c233e8eaa4af)
Author: Laszlo (Laca) Peter <laca at sun.com>
Date:   Fri Jan 26 14:57:50 2007 -0800

    Bug #9660: Fix build on Solaris.

diff --git a/libswfdec/swfdec_debug.h b/libswfdec/swfdec_debug.h
index 66e116a..2a59774 100644
--- a/libswfdec/swfdec_debug.h
+++ b/libswfdec/swfdec_debug.h
@@ -46,7 +46,7 @@ enum {
 #define SWFDEC_DEBUG_LEVEL(level,...) (void) 0
 #else
 #define SWFDEC_DEBUG_LEVEL(level,...) \
-  swfdec_debug_log ((level), __FILE__, __FUNCTION__, __LINE__, __VA_ARGS__)
+  swfdec_debug_log ((level), __FILE__, G_GNUC_FUNCTION, __LINE__, __VA_ARGS__)
 #endif
 
 void swfdec_debug_log (unsigned int level, const char *file, const char *function,


More information about the Swfdec mailing list