fix really strange btek bustage

This commit is contained in:
alecf%netscape.com 2002-06-23 18:42:50 +00:00
Родитель e4c4abdfbf
Коммит abc1caec5c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);