From 7ed837284821115513e845fd40c306db903fc4eb Mon Sep 17 00:00:00 2001 From: robi Date: Sun, 3 Oct 2010 20:56:55 +0000 Subject: stuff --- ChangeLog | 5 +++++ src/ext4magic.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a3667c5..8424b6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ + + BUG: #017547; #017556; #017557; #017559; #017562 + BUG: #017561 change Install HOWTO + + 0.2.0-pv0 BUG: #017447 ; #017453 enable the first version of the magic-functions for ext3 new Options "-M" and "-m" diff --git a/src/ext4magic.c b/src/ext4magic.c index c6918f1..b747941 100644 --- a/src/ext4magic.c +++ b/src/ext4magic.c @@ -601,7 +601,7 @@ while ((c = getopt (argc, argv, "TJRMLlmrQSxi:t:j:f:Vd:B:b:a:I:H")) != EOF) { //-------------------------------------------------------------------------------------------- // check any parameter an options // check time option -if (magicscan){ +if (mode && magicscan){ printf("Warning: Activate magic scan function, may be some command line options ignored\n"); mode &= MASK_MAGIC_SCAN; inode_nr = EXT2_ROOT_INO; -- cgit v1.2.3