Fix constant string type in PrintClocks

Signed-off-by: XoD <xoddark@gmail.com>
This commit is contained in:
XoD
2011-12-21 21:01:32 +01:00
parent 0cd4990575
commit 47c7a6b9e0

View File

@@ -312,7 +312,7 @@ TIME_TYPE time_in_millisec( void ) {
PrintClocks 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; int i;
idLib::common->Printf( string ); idLib::common->Printf( string );