Fixed differences between egcs and gcc

This commit is contained in:
tague%netscape.com 1999-08-02 03:53:30 +00:00
parent 3008536c44
commit 233bd673f0

View File

@ -60,7 +60,7 @@ nsresult nsCollationUnix::Initialize(nsILocale* locale)
mLocale.SetString("C");
if (locale != nsnull) {
const PRUnichar *aLocaleUnichar;
PRUnichar *aLocaleUnichar;
nsString aLocale;
nsString aCategory("NSILOCALE_COLLATE");
nsresult res = locale->GetCategory(aCategory.ToNewUnicode(), &aLocaleUnichar);