mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-26 02:02:33 +00:00
Many Unix variants do not define 'false', so use PR_FALSE to fix them.
This commit is contained in:
parent
764ea2f33d
commit
6ec4ca77dd
@ -310,7 +310,7 @@ static PRInt32 FindInString(const nsString &searchStr, const nsString &patternSt
|
||||
while (t < searchEnd - 1 && nsString::IsSpace(*(t + 1)))
|
||||
t ++;
|
||||
|
||||
inWhitespace = false;
|
||||
inWhitespace = PR_FALSE;
|
||||
}
|
||||
else
|
||||
inWhitespace = nsString::IsSpace(*p);
|
||||
|
Loading…
Reference in New Issue
Block a user