Class Node already had a list_link field, so Partition::fNext was not only
wrong, but also completely senseless :-) Renamed Partition::NextOffset() to LinkOffset() to honour that change. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4623 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -60,7 +60,7 @@ Partition::Partition(int fd)
|
||||
|
||||
// it's safe to close the file
|
||||
fFD = dup(fd);
|
||||
list_init_etc(&fChildren, Partition::NextOffset());
|
||||
list_init_etc(&fChildren, Partition::LinkOffset());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user