зеркало из https://github.com/mozilla/gecko-dev.git
Many Unix variants do not define 'false', so use PR_FALSE to fix them.
This commit is contained in:
Родитель
764ea2f33d
Коммит
6ec4ca77dd
|
@ -310,7 +310,7 @@ static PRInt32 FindInString(const nsString &searchStr, const nsString &patternSt
|
||||||
while (t < searchEnd - 1 && nsString::IsSpace(*(t + 1)))
|
while (t < searchEnd - 1 && nsString::IsSpace(*(t + 1)))
|
||||||
t ++;
|
t ++;
|
||||||
|
|
||||||
inWhitespace = false;
|
inWhitespace = PR_FALSE;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
inWhitespace = nsString::IsSpace(*p);
|
inWhitespace = nsString::IsSpace(*p);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче