Restored one line of "High Sierra" changes from rev.1.6 which was

blown away by the previous commit.

Not restored: trailing whitespace changes from rev.1.7.
Not restored: -Wall cleanup from rev.1.5.
This commit is contained in:
Bruce Evans 1997-02-11 16:16:02 +00:00
parent a9386c5274
commit 49bb6bceaf
2 changed files with 2 additions and 2 deletions

View File

@ -310,7 +310,7 @@ searchloop:
goto notfound;
} else if (!(res = isofncmp(name,len,
ep->name,namelen))) {
if (isonum_711(ep->flags)&2)
if (isoflags & 2)
ino = isodirino(ep, imp);
else
ino = dbtob(bp->b_blkno)

View File

@ -310,7 +310,7 @@ searchloop:
goto notfound;
} else if (!(res = isofncmp(name,len,
ep->name,namelen))) {
if (isonum_711(ep->flags)&2)
if (isoflags & 2)
ino = isodirino(ep, imp);
else
ino = dbtob(bp->b_blkno)