Make loadResources() work again. [b=37837]

This commit is contained in:
sgehani%netscape.com 2000-05-15 21:29:33 +00:00
Родитель 888386bb52
Коммит f2dc146184
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1233,7 +1233,7 @@ nsInstall::LoadResources(JSContext* cx, const nsString& aBaseName, jsval* aRetur
#if 1
{
char* spec = nsnull;
ret = url->GetSpec(&spec);
ret = resFileURL->GetSpec(&spec);
if (NS_FAILED(ret)) {
printf("cannot get url spec\n");
nsServiceManager::ReleaseService(kStringBundleServiceCID, service);