From 49f2b999973ddec5553b4f0e0b6d1b23e4aa5ef8 Mon Sep 17 00:00:00 2001 From: robi6 Date: Wed, 3 Sep 2014 00:08:12 +0200 Subject: exclude x86.iso, to simple file signature --- src/file_type.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3