Bought a dictionary.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5553 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -228,7 +228,7 @@ long_address::dump() const
|
|||||||
DUMP_INIT("long_address");
|
DUMP_INIT("long_address");
|
||||||
PRINT(("length: %ld\n", length()));
|
PRINT(("length: %ld\n", length()));
|
||||||
PRINT(("block: %ld\n", block()));
|
PRINT(("block: %ld\n", block()));
|
||||||
PRINT(("partiton: %d\n", partition()));
|
PRINT(("partition: %d\n", partition()));
|
||||||
PRINT(("implementation_use:\n"));
|
PRINT(("implementation_use:\n"));
|
||||||
DUMP(implementation_use());
|
DUMP(implementation_use());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user