diff options
author | Ladislav Zezula <zezula@volny.cz> | 2023-06-08 20:00:09 +0200 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2023-06-08 20:00:09 +0200 |
commit | 06bf40330a8facdb2378a8cd4cf2af8c22bb4b0b (patch) | |
tree | 841aa3ff3b706f91469376fb3e1cb62b6a33abd5 /test/StormTest.cpp | |
parent | 17dc824f43db01c351275b6fe40a7b987564e2c4 (diff) |
Tests complete
Diffstat (limited to 'test/StormTest.cpp')
-rwxr-xr-x | test/StormTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/StormTest.cpp b/test/StormTest.cpp index c19529a..76c4bfd 100755 --- a/test/StormTest.cpp +++ b/test/StormTest.cpp @@ -932,7 +932,7 @@ static DWORD InitializeMpqDirectory(TCHAR * argv[], int argc) return Logger.PrintError(_T("Patches folder was not found in the MPQ directory"));
// Verify if the work MPQ directory is writable
- CreateFullPathName(szFullPath, _countof(szFullPath), szDataFileDir, _T("new-file.bin"));
+ CreateFullPathName(szFullPath, _countof(szFullPath), szMpqSubDir, _T("new-file.bin"));
pStream = FileStream_CreateFile(szFullPath, 0);
if(pStream == NULL)
return Logger.PrintError(_T("MPQ subdirectory doesn't exist or is not writable"));
|