diff --git a/mozilla/string/obsolete/nsString.cpp b/mozilla/string/obsolete/nsString.cpp index ddd13d487a6..9e527d73040 100644 --- a/mozilla/string/obsolete/nsString.cpp +++ b/mozilla/string/obsolete/nsString.cpp @@ -360,16 +360,40 @@ void nsCString::ToUpperCase(nsCString& aString) const { * This method is used to remove all occurances of the * characters found in aSet from this string. * - * @update gess 11/02/99 + * @update rickg 03.27.2000 * @param aChar -- char to be stripped * @return *this */ nsCString& nsCString::StripChar(PRUnichar aChar,PRInt32 anOffset){ - - anOffset=nsStr::FindChar(*this,aChar,PR_FALSE,anOffset,mLength); - while(kNotFound