diff options
author | robi6 <robi6@users.sourceforge.net> | 2014-09-03 00:08:12 +0200 |
---|---|---|
committer | robi6 <robi6@users.sourceforge.net> | 2014-09-03 00:08:12 +0200 |
commit | 49f2b999973ddec5553b4f0e0b6d1b23e4aa5ef8 (patch) | |
tree | 0a6c3976078409d624700886563e5b315278dc48 | |
parent | 9f94813b8cff212e30a859b483a9f368f9535570 (diff) |
exclude x86.iso, to simple file signature
-rw-r--r-- | src/file_type.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/file_type.c b/src/file_type.c index 35a7a9c..a4a1373 100644 --- a/src/file_type.c +++ b/src/file_type.c @@ -8726,7 +8726,8 @@ void get_file_property(struct found_data_t* this){ case 0x0823 : //x86 // this->func = file_x86 ; - strncat(this->name,".iso",7); + this->func = file_none ; //do not recover this + // strncat(this->name,".iso",7); break; case 0x0824 : //LUKS |