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:
@@ -381,8 +381,8 @@ BPlusTree::SetTo(Inode *stream)
|
|||||||
RETURN_ERROR(fStatus = B_BAD_TYPE);
|
RETURN_ERROR(fStatus = B_BAD_TYPE);
|
||||||
}
|
}
|
||||||
|
|
||||||
// although it's in stat.h, the S_ALLOW_DUPS flag is obviously unused
|
// although it's in stat.h, the S_ALLOW_DUPS flag is obviously unused
|
||||||
// in the original BFS code - we will honour it nevertheless
|
// in the original BFS code - we will honour it nevertheless
|
||||||
fAllowDuplicates = ((stream->Mode() & S_INDEX_DIR) == S_INDEX_DIR
|
fAllowDuplicates = ((stream->Mode() & S_INDEX_DIR) == S_INDEX_DIR
|
||||||
&& stream->BlockRun() != stream->Parent())
|
&& stream->BlockRun() != stream->Parent())
|
||||||
|| (stream->Mode() & S_ALLOW_DUPS) != 0;
|
|| (stream->Mode() & S_ALLOW_DUPS) != 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user