Bug 217089 Compiler warnings
patch by mbockelkamp@web.de r=jst sr=jst git-svn-id: svn://10.0.0.236/trunk@146729 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1349,7 +1349,7 @@ nsresult nsScanner::ReadUntil(nsAString& aString,
|
||||
current = origin;
|
||||
|
||||
PRUnichar theChar;
|
||||
nsresult result=Peek(theChar);
|
||||
Peek(theChar);
|
||||
|
||||
while (current != mEndPosition) {
|
||||
if (aTerminalChar == theChar) {
|
||||
|
||||
Reference in New Issue
Block a user