From 47c7a6b9e0b56cc1c4b68ccc0e694e34501378fa Mon Sep 17 00:00:00 2001 From: XoD Date: Wed, 21 Dec 2011 21:01:32 +0100 Subject: [PATCH] Fix constant string type in PrintClocks Signed-off-by: XoD --- neo/idlib/math/Simd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neo/idlib/math/Simd.cpp b/neo/idlib/math/Simd.cpp index d887052..989a450 100644 --- a/neo/idlib/math/Simd.cpp +++ b/neo/idlib/math/Simd.cpp @@ -312,7 +312,7 @@ TIME_TYPE time_in_millisec( void ) { PrintClocks ============ */ -void PrintClocks( char *string, int dataCount, int clocks, int otherClocks = 0 ) { +void PrintClocks( const char *string, int dataCount, int clocks, int otherClocks = 0 ) { int i; idLib::common->Printf( string );