Merge pull request #28 from xoddark/Werror_write-strings

Fix write-strings warning
This commit is contained in:
Timothee "TTimo" Besset
2011-12-25 08:47:27 -08:00
12 changed files with 18 additions and 18 deletions

View File

@@ -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 );