* fix trace typedef size to fix iso9660 tracing
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42597 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -870,7 +870,8 @@ InitNode(iso9660_volume* volume, iso9660_inode* node, char* buffer,
|
|||||||
// for relocated directories we take the name from the placeholder entry
|
// for relocated directories we take the name from the placeholder entry
|
||||||
if (!relocated) {
|
if (!relocated) {
|
||||||
node->name_length = nameLength;
|
node->name_length = nameLength;
|
||||||
TRACE(("InitNode - file id length is %u\n", node->name_length));
|
TRACE(("InitNode - file id length is %" B_PRIu32 "\n",
|
||||||
|
node->name_length));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set defaults, in case there is no RockRidge stuff.
|
// Set defaults, in case there is no RockRidge stuff.
|
||||||
|
|||||||
Reference in New Issue
Block a user