diff -r a0f57508af73 -r a3a4c0de738e inc/glxlog.h --- a/inc/glxlog.h Sat Jul 10 00:59:39 2010 +0530 +++ b/inc/glxlog.h Fri Jul 23 20:41:04 2010 +0530 @@ -70,7 +70,7 @@ #else // put full file paths off for __FILE__ macro to make the log entries shorter #pragma fullpath_file off*/ - #define GLX_DEBUG_STR( cat, str ) __FILE__ "(%d) : " ##cat " : " ##str + #define GLX_DEBUG_STR( cat, str ) __FILE__ "(%d) : " cat " : " str // #endif /**