mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
duh.
This commit is contained in:
parent
73f251839e
commit
42645abb4e
@ -828,7 +828,7 @@ PRBool nsFileSpec::IsHidden() const
|
||||
CInfoPBRec cInfo;
|
||||
PRBool hidden = PR_FALSE;
|
||||
|
||||
if (noErr = GetCatInfo(cInfo))
|
||||
if (noErr == GetCatInfo(cInfo))
|
||||
if (cInfo.hFileInfo.ioFlFndrInfo.fdFlags & kIsInvisible)
|
||||
hidden = PR_TRUE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user