argh, this was left over cruft from my tree

This commit is contained in:
alecf%netscape.com 2001-11-02 00:17:29 +00:00
Родитель fd0a4c33b7
Коммит cb27dff83f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1207,7 +1207,7 @@ nsInstall::LoadResources(JSContext* cx, const nsString& aBaseName, jsval* aRetur
#if 1
{
nsXPIDLCString spec;
NS_GetURLFromFile(resFile, getter_Copies(spec));
resFile->GetURL(getter_Copies(spec));
if (NS_FAILED(ret)) {
NS_WARNING("cannot get url spec\n");
nsServiceManager::ReleaseService(kStringBundleServiceCID, service);