From 2817f0d4361225606a40238d0a6b6d61da9efc94 Mon Sep 17 00:00:00 2001 From: "scc%netscape.com" Date: Mon, 15 May 2000 12:47:57 +0000 Subject: [PATCH] string fixes git-svn-id: svn://10.0.0.236/trunk@69780 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/mathml/base/src/nsMathMLmfencedFrame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/layout/mathml/base/src/nsMathMLmfencedFrame.cpp b/mozilla/layout/mathml/base/src/nsMathMLmfencedFrame.cpp index 1e010d89120..f1560943910 100644 --- a/mozilla/layout/mathml/base/src/nsMathMLmfencedFrame.cpp +++ b/mozilla/layout/mathml/base/src/nsMathMLmfencedFrame.cpp @@ -138,7 +138,7 @@ nsMathMLmfencedFrame::ReCreateFencesAndSeparators(nsIPresContext* aPresContext) data = value; } else if (NS_CONTENT_ATTR_NOT_THERE == rv) - data = '('; // default as per the MathML REC + data = PRUnichar('('); // default as per the MathML REC else data = nsAutoString();