This commit is contained in:
ccarlen%netscape.com 2002-01-09 01:04:17 +00:00
Родитель 99d17c4c73
Коммит 92c4be61be
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1093,7 +1093,7 @@ nsLocalFile::ResolveAndStat()
}
mFollowLinksDirty = PR_TRUE;
}
if (mFollowLinksDirty)
if (mFollowLinksDirty && (err == noErr))
{
if (mFollowLinks)
{