summaryrefslogtreecommitdiff
path: root/source/files.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/files.c')
-rw-r--r--source/files.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/files.c b/source/files.c
index a0efcfc..253fac0 100644
--- a/source/files.c
+++ b/source/files.c
@@ -993,6 +993,7 @@ int FS_LoadFileEx( const char *path, void **buffer, uint32 flags ) {
path = FS_ExpandLinks( path );
if( !FS_ValidatePath( path ) ) {
+ Sys_DebugBreak();
FS_DPrintf( "FS_LoadFile: refusing invalid path: %s\n", path );
return -1;
}