From a0b8d23015f04caa8b4fb456f9c2a2bf6a64c82f Mon Sep 17 00:00:00 2001 From: robi Date: Sun, 26 Sep 2010 19:20:05 +0000 Subject: stabilize magic --- src/ext4magic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ext4magic.c') diff --git a/src/ext4magic.c b/src/ext4magic.c index 50029c0..c6918f1 100644 --- a/src/ext4magic.c +++ b/src/ext4magic.c @@ -207,7 +207,7 @@ static void open_filesystem(char *device, int open_flags, blk_t superblock, fprintf(stderr,"%s %d while reading block bitmap\n",device, retval); goto errout; } -//FIXME + if (magicscan){ // switch on magic scan function if( ext2fs_copy_bitmap(current_fs->inode_map, &imap) || ext2fs_copy_bitmap(current_fs->block_map, &bmap)){ -- cgit v1.2.3