summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobi <robi>2010-10-03 20:56:55 +0000
committerrobi <robi>2010-10-03 20:56:55 +0000
commit7ed837284821115513e845fd40c306db903fc4eb (patch)
tree237da022013253a619e878a1c3dc608604deca29
parent3fabcbb3dccfce2f7483be8ef890e181e865928e (diff)
stuff
-rw-r--r--ChangeLog5
-rw-r--r--src/ext4magic.c2
2 files changed, 6 insertions, 1 deletions
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;