Fixed oddly indented comment.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7681 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
fd88c05421
commit
c46a51bb81
@ -381,8 +381,8 @@ BPlusTree::SetTo(Inode *stream)
|
||||
RETURN_ERROR(fStatus = B_BAD_TYPE);
|
||||
}
|
||||
|
||||
// although it's in stat.h, the S_ALLOW_DUPS flag is obviously unused
|
||||
// in the original BFS code - we will honour it nevertheless
|
||||
// although it's in stat.h, the S_ALLOW_DUPS flag is obviously unused
|
||||
// in the original BFS code - we will honour it nevertheless
|
||||
fAllowDuplicates = ((stream->Mode() & S_INDEX_DIR) == S_INDEX_DIR
|
||||
&& stream->BlockRun() != stream->Parent())
|
||||
|| (stream->Mode() & S_ALLOW_DUPS) != 0;
|
||||
|
Loading…
Reference in New Issue
Block a user