Fix UNIX build bustage
git-svn-id: svn://10.0.0.236/trunk@909 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -462,7 +462,7 @@ PRBool nsHTMLParser::Parse(nsIURL* aURL){
|
||||
char* theModeStr= PR_GetEnv("PARSE_MODE");
|
||||
|
||||
if(theModeStr)
|
||||
if(0==strnicmp("other",theModeStr,5))
|
||||
if(0==nsCRT::strncasecmp("other",theModeStr,5))
|
||||
theMode=eParseMode_other;
|
||||
|
||||
return Parse(aURL,theMode);
|
||||
|
||||
Reference in New Issue
Block a user