fix regression #33625 - back out removal of Exists() for now (eventually there will be a better fix here)

This commit is contained in:
alecf%netscape.com 2000-03-29 00:39:47 +00:00
Родитель dec52fb3d2
Коммит 3b3ee468e0
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -1007,6 +1007,9 @@ PrefResult pref_OpenFileSpec(
if (NS_FAILED(fileSpec->ResolveSymlink()))
return PREF_ERROR;
if (!fileSpec->Exists())
return PREF_ERROR;
char* readBuf;
if (NS_FAILED(fileSpec->GetFileContents(&readBuf)))