diff options
Diffstat (limited to 'src/modules/langpack')
-rw-r--r-- | src/modules/langpack/langpack.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/langpack/langpack.cpp b/src/modules/langpack/langpack.cpp index 3d20a4b85b..efa7e5da9b 100644 --- a/src/modules/langpack/langpack.cpp +++ b/src/modules/langpack/langpack.cpp @@ -398,6 +398,7 @@ static int LoadLangPack(const TCHAR *szLangPack) LoadLangPackFile(fp, line, fileCp);
fclose(fp);
+ pCurrentMuuid = NULL;
qsort(langPack.entry, langPack.entryCount, sizeof(LangPackEntry), (int(*)(const void*, const void*))SortLangPackHashesProc);
return 0;
|