diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Test.cpp b/test/Test.cpp index 20b225f..c3960db 100644 --- a/test/Test.cpp +++ b/test/Test.cpp @@ -1148,7 +1148,7 @@ static int TestArchiveOpenAndClose(const TCHAR * szMpqName) if(nError == ERROR_SUCCESS) { _tprintf(_T("Opening archive %s ...\n"), szMpqName); - if(!SFileOpenArchive(szMpqName, 0, STREAM_PROVIDER_PARTIAL | BASE_PROVIDER_FILE, &hMpq)) + if(!SFileOpenArchive(szMpqName, 0, STREAM_FLAG_READ_ONLY | BASE_PROVIDER_MAP, &hMpq)) nError = GetLastError(); ha = (TMPQArchive *)hMpq; } |