mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
8152: MLK in string bundle
This commit is contained in:
parent
737af32b7f
commit
1c2d3cb520
@ -242,7 +242,11 @@ nsStringBundleService::CreateBundle(const char* aURLSpec, nsILocale* aLocale,
|
||||
strFile2 += fileRight;
|
||||
}
|
||||
#ifdef NS_DEBUG
|
||||
printf("\n--NEW URL--%s\n", strFile2.ToNewCString());
|
||||
{
|
||||
char *s = strFile2.ToNewCString();
|
||||
printf("\n--NEW URL--%s\n", s?s:"null");
|
||||
delete s;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
/* locale binding */
|
||||
|
Loading…
Reference in New Issue
Block a user