fix my stupid redness

git-svn-id: svn://10.0.0.236/trunk@64418 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com
2000-03-29 01:09:56 +00:00
parent 0280522e44
commit de0f969f17

View File

@@ -1008,7 +1008,7 @@ PrefResult pref_OpenFileSpec(
if (NS_FAILED(fileSpec->ResolveSymlink()))
return PREF_ERROR;
if (!fileSpec->Exists())
if (!Exists(fileSpec))
return PREF_ERROR;
char* readBuf;