Fix UNIX build bustage

git-svn-id: svn://10.0.0.236/trunk@909 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
spider
1998-04-30 16:40:38 +00:00
parent 83895f1ffd
commit 929d758f31
4 changed files with 12 additions and 2 deletions

View File

@@ -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);