inc/glxlog.h
changeset 55 fb37077c270f
parent 23 74c9f037fd5d
child 72 0a8e959402e5
--- a/inc/glxlog.h	Tue Jul 06 14:16:16 2010 +0300
+++ b/inc/glxlog.h	Wed Aug 18 09:48:53 2010 +0300
@@ -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
 
     /**