diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mir_core/src/langpack.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_core/src/langpack.cpp b/src/mir_core/src/langpack.cpp index 0532f58e4a..ed16e79328 100644 --- a/src/mir_core/src/langpack.cpp +++ b/src/mir_core/src/langpack.cpp @@ -284,7 +284,7 @@ static void LoadLangPackFile(FILE *fp, char *line) LangPackEntry *E = &g_pEntries[g_entryCount - 1];
E->englishHash = mir_hashstr(pszLine);
- E->szLocal = nullptr;
+ E->szLocal = E->utfLocal = nullptr;
E->wszLocal = nullptr;
E->pMuuid = pCurrentMuuid;
E->pNext = nullptr;
|