Fix ambiguity that was busting --pedantic.

This commit is contained in:
waterson%netscape.com 1999-09-02 02:54:57 +00:00
parent 5469ae0334
commit 79d165f38c

View File

@ -172,7 +172,7 @@ nsMultiMixedConv::OnDataAvailable(nsIChannel *channel, nsISupports *ctxt,
nsCString headerVal(colon + 1);
headerVal.StripWhitespace();
if (headerStr == "content-type") {
if (headerStr.Equals("content-type")) {
contentTypeStr = headerVal;
NS_RELEASE(header);
} else {