last tweak needed to get entities right again

This commit is contained in:
rickg@netscape.com
1998-11-21 03:57:03 +00:00
parent 2bfd8b8d4f
commit 0544081b48
2 changed files with 2 additions and 2 deletions

View File

@@ -1234,8 +1234,8 @@ PRInt32 CEntityToken::TranslateToUnicodeStr(nsString& aString) {
#endif
aString.Append(PRUnichar(value));
}
return value;
}//if
return value;
}//if
char cbuf[30];