removed warnings and fixed bug 27483; r=rods and akkana (for portions)
git-svn-id: svn://10.0.0.236/trunk@60562 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -673,6 +673,8 @@ nsresult nsScanner::GetIdentifier(nsSubsumeStr& aString) {
|
||||
found=PR_TRUE;
|
||||
else if(('0'<=theChar) && (theChar<='9'))
|
||||
found=PR_TRUE;
|
||||
else if('_'==theChar)
|
||||
found=PR_TRUE;
|
||||
|
||||
if(!found) {
|
||||
mOffset-=1;
|
||||
|
||||
Reference in New Issue
Block a user