From 1eba7b6bbe77360e39ca2a7cd1850409209d6691 Mon Sep 17 00:00:00 2001 From: "scc%netscape.com" Date: Mon, 15 May 2000 12:41:16 +0000 Subject: [PATCH] string fixes git-svn-id: svn://10.0.0.236/trunk@69779 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/mathml/base/src/nsMathMLChar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/layout/mathml/base/src/nsMathMLChar.cpp b/mozilla/layout/mathml/base/src/nsMathMLChar.cpp index 0ff3bf3f919..6d93ee77944 100644 --- a/mozilla/layout/mathml/base/src/nsMathMLChar.cpp +++ b/mozilla/layout/mathml/base/src/nsMathMLChar.cpp @@ -113,7 +113,7 @@ public: void GetFontName(nsString& aFontName) { - aFontName.Assign(mFontName); + aFontName.AssignWithConversion(mFontName); } nsGlyphTable* GetNextTable(void)