From e2a278c4a223328ac8c90d8c2b8b7c86cf095fa1 Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Sun, 7 Oct 2007 20:09:00 +0000 Subject: Added sv_uptime cvar. Optimized some string buffer functions. Made redirect buffer size safe. --- source/files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/files.c') diff --git a/source/files.c b/source/files.c index 253fac0..d215577 100644 --- a/source/files.c +++ b/source/files.c @@ -993,7 +993,7 @@ int FS_LoadFileEx( const char *path, void **buffer, uint32 flags ) { path = FS_ExpandLinks( path ); if( !FS_ValidatePath( path ) ) { - Sys_DebugBreak(); + // Sys_DebugBreak(); FS_DPrintf( "FS_LoadFile: refusing invalid path: %s\n", path ); return -1; } -- cgit v1.2.3