diff options
| author | robi6 <robi6@users.sourceforge.net> | 2014-09-03 00:10:25 +0200 |
|---|---|---|
| committer | robi6 <robi6@users.sourceforge.net> | 2014-09-03 00:10:25 +0200 |
| commit | b589231ba5a3f4ef1e19a0da38c56dffa3955047 (patch) | |
| tree | d9c5eca6d4b2e36c1c874316029d814e3b4c2d63 /src/magic_block_scan.c | |
| parent | 49f2b999973ddec5553b4f0e0b6d1b23e4aa5ef8 (diff) | |
magic for matlab5 files
Diffstat (limited to 'src/magic_block_scan.c')
| -rw-r--r-- | src/magic_block_scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/magic_block_scan.c b/src/magic_block_scan.c index 8ec67c8..5652adc 100644 --- a/src/magic_block_scan.c +++ b/src/magic_block_scan.c @@ -703,7 +703,7 @@ static int magic_check_block(unsigned char* buf,magic_t cookie , magic_t cookie_ } if (strstr(magic_buf,"application/octet-stream")){ - char searchstr[] = "7-zip cpio CD-ROM MPEG 9660 Targa Kernel boot SQLite OpenOffice.org VMWare3 VMware4 JPEG ART PCX IFF DIF RIFF ATSC ScreamTracker matroska LZMA Audio=Visual Sample=Vision ISO=Media ext2 ext3 ext4 LUKS python ESRI=Shape ecryptfs "; + char searchstr[] = "7-zip cpio CD-ROM MPEG 9660 Targa Kernel boot SQLite OpenOffice.org VMWare3 VMware4 JPEG ART PCX IFF DIF RIFF ATSC ScreamTracker matroska LZMA Audio=Visual Sample=Vision ISO=Media ext2 ext3 ext4 LUKS python ESRI=Shape ecryptfs Matlab=v5 "; p_search = searchstr; while (*p_search){ len=0; |
