preliminary zlib patch

This commit is contained in:
Bill Currie 2002-01-03 20:09:12 +00:00
parent 78ff46bd75
commit 7b3a0f0cb8
42 changed files with 830 additions and 335 deletions

View file

@ -3440,7 +3440,7 @@ void GLimp_EnableLogging( qboolean enable )
asctime( newtime );
Com_sprintf( buffer, sizeof(buffer), "%s/gl.log", ri.FS_Gamedir() );
glw_state.log_fp = fopen( buffer, "wt" );
glw_state.log_fp = Qopen( buffer, "wt" );
fprintf( glw_state.log_fp, "%s\n", asctime( newtime ) );
}