Tools/Extractors: small change to get rid of the error 2 when trying to extract vmaps

Ref #13531
This commit is contained in:
root
2014-11-11 13:01:55 +00:00
committed by DDuarte
parent b94c0ed9c1
commit 97af09bc46

View File

@@ -76,7 +76,7 @@ const char* szRawVMAPMagic = "VMAP042";
bool OpenCascStorage()
{
if (!CascOpenStorage(".\\Data", 0, &CascStorage))
if (!CascOpenStorage("Data", 0, &CascStorage))
{
printf("Error %d\n", GetLastError());
return false;