mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
VpkLib: allow directory recursion
This is offline tools code, no security risks here.
This commit is contained in:
parent
5fd69ae3fb
commit
9793cdaa36
@ -120,8 +120,9 @@ static bool ShouldPrune(const CUtlString& filePath, CUtlVector<CUtlString>& igno
|
||||
{
|
||||
const char* pFilePath = filePath.Get();
|
||||
|
||||
if (!V_IsValidPath(pFilePath))
|
||||
if (!VALID_CHARSTAR(pFilePath))
|
||||
{
|
||||
Warning(eDLL_T::FS, "File in build manifest has no name\n", pFilePath);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user