8152: MLK in string bundle

This commit is contained in:
tao%netscape.com 1999-06-15 23:26:08 +00:00
parent 737af32b7f
commit 1c2d3cb520

View File

@ -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 */