# HG changeset patch # User andy simpson # Date 1276603776 -3600 # Node ID 7bf7319dbddd69e09fa3794c7bd4fdacbf259b97 # Parent 64b17c28fa83542d7fe020e59ea0bea8ca993720 Bug 2943 : Fix _PREFIX_TRACE8 to work with GCC diff -r 64b17c28fa83 -r 7bf7319dbddd videocollection/inc/videocollectiontrace.h --- a/videocollection/inc/videocollectiontrace.h Fri Jun 11 16:24:20 2010 +0100 +++ b/videocollection/inc/videocollectiontrace.h Tue Jun 15 13:09:36 2010 +0100 @@ -92,7 +92,7 @@ */ #define _PREFIX_TRACE( a ) TPtrC( (const TText*) L"#FuC# " L##a ) #define _PREFIX_TRACE_2( a, b ) TPtrC( (const TText*) L"#FuC# " L##a L##b ) -#define _PREFIX_TRACE8( a ) (const char*)( "#FuC# " ##a ) +#define _PREFIX_TRACE8( a ) (const char*)( "#FuC# " a ) /** * Prefix error trace