From 80312a8e67fa4ffe595d3a082a46e940844c58f4 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 2 Aug 1996 17:05:36 +0000 Subject: (trunc_direct): Fix ext2_debug call. --- ext2fs/truncate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext2fs/truncate.c b/ext2fs/truncate.c index 5e503b29..ebe8f374 100644 --- a/ext2fs/truncate.c +++ b/ext2fs/truncate.c @@ -102,7 +102,7 @@ trunc_direct (struct node *node, block_t end, struct free_block_run *fbr) { block_t *blocks = node->dn->info.i_data; - ext2_debug ("truncating direct blocks from %d", direct_block); + ext2_debug ("truncating direct blocks from %ld", end); while (end < EXT2_NDIR_BLOCKS) free_block_run_free_ptr (fbr, blocks + end++); -- cgit v1.2.3