* 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:
Alexander von Gluck IV
2011-08-07 20:24:34 +00:00
parent c9c7be9a54
commit 5348fbe689
@@ -870,7 +870,8 @@ InitNode(iso9660_volume* volume, iso9660_inode* node, char* buffer,
// for relocated directories we take the name from the placeholder entry
if (!relocated) {
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.