diff options
| author | Ladislav Zezula <ladislav.zezula@avast.com> | 2022-09-28 20:15:07 +0200 |
|---|---|---|
| committer | Ladislav Zezula <ladislav.zezula@avast.com> | 2022-09-28 20:15:07 +0200 |
| commit | 6c113f66819fc3a4934393cc2956036a99887e44 (patch) | |
| tree | afee55102a2fa423486f93b5071878c0aa097cd5 /src/SFileListFile.cpp | |
| parent | 7a664bf6be4377aabe03f118fcdb6d1d3abc48f5 (diff) | |
lcLocale -> lcFileLocale. Now also contains platform
Diffstat (limited to 'src/SFileListFile.cpp')
| -rw-r--r-- | src/SFileListFile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SFileListFile.cpp b/src/SFileListFile.cpp index 8ce9ae4..6adf1ab 100644 --- a/src/SFileListFile.cpp +++ b/src/SFileListFile.cpp @@ -580,7 +580,7 @@ static DWORD SFileAddInternalListFile( while(dwErrCode == ERROR_SUCCESS && pHash != NULL)
{
// Set the prefered locale to that from list file
- SFileSetLocale(pHash->lcLocale);
+ SFileSetLocale(SFILE_MAKE_LCID(pHash->Locale, pHash->Platform));
// Add that listfile
dwErrCode = SFileAddArbitraryListFile(ha, hMpq, NULL, dwMaxSize);
|
