fixing vc6.0 compiler bug. cant have static variable called "count" and compare it using "<". dont ask.

This commit is contained in:
mjudge%netscape.com 2000-04-25 05:09:49 +00:00
Родитель 90cb21d54f
Коммит 3faeabcb95
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -476,7 +476,7 @@ void nsDll::BreakAfterLoad(const char *nsprPath)
count++;
start = ofset + 1;
}
while (ofset != -1 && count < 16);
while (ofset != -1 && 16 > count); // avoiding vc6.0 compiler issue. count < thinks it is starting a template
}
// Find the dllname part of the string