diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/ext4magic.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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; |