зеркало из https://github.com/mozilla/pjs.git
fix really strange btek bustage
This commit is contained in:
Родитель
e4c4abdfbf
Коммит
abc1caec5c
|
@ -156,7 +156,7 @@ nsEntityConverter:: GetVersionBundleInstance(PRUint32 versionNumber)
|
|||
PRUint32 i;
|
||||
for (i = 0; i < mVersionListLength; i++) {
|
||||
if (versionNumber == mVersionList[i].mVersion) {
|
||||
if (NULL == mVersionList[i].mEntities)
|
||||
if (!mVersionList[i].mEntities)
|
||||
{ // not loaded
|
||||
// load the property file
|
||||
mVersionList[i].mEntities = LoadEntityBundle(versionNumber);
|
||||
|
|
Загрузка…
Ссылка в новой задаче