mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
filesystem: dir: exit from loop immediately if directory is caseinsensitive
This commit is contained in:
@@ -234,6 +234,7 @@ qboolean FS_FixFileCase( dir_t *dir, const char *path, char *dst, size_t len, qb
|
||||
Con_Printf( "%s: overflow while searching %s (caseinsensitive entry)\n", __FUNCTION__, path );
|
||||
return false;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
// populate cache if needed
|
||||
|
||||
Reference in New Issue
Block a user