Hi,
I stumbled on nsCString::EqualsWithConversion(const char*) today.
My question is: why does it exist? There is no conversion done - an nsCString is a single-byte string...
-biesi
because this function existed in the old string code :-/
we should probably remove it. (maybe no one uses it?) care to file a bug?
-darin _______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom
