mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 10:27:03 +00:00
Fixed differences between egcs and gcc
This commit is contained in:
parent
3008536c44
commit
233bd673f0
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user