fix my stupid redness
git-svn-id: svn://10.0.0.236/trunk@64418 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user