more 32 bit cleanups

master
Chris Mason 2007-02-26 14:26:58 -05:00 committed by David Woodhouse
parent ed0a072aca
commit 7fe73148eb
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ void print_tree(struct ctree_root *root, struct tree_buffer *t)
}
printf("node %Lu level %d total ptrs %d free spc %u\n", t->blocknr,
node_level(c->header.flags), c->header.nritems,
NODEPTRS_PER_BLOCK - c->header.nritems);
(u32)NODEPTRS_PER_BLOCK - c->header.nritems);
fflush(stdout);
for (i = 0; i < nr; i++) {
printf("\tkey %d (%Lu %u %Lu) block %Lu\n",