diff options
| author | robi <robi> | 2010-11-28 21:31:45 +0000 |
|---|---|---|
| committer | robi <robi> | 2010-11-28 21:31:45 +0000 |
| commit | 34950da346d57fc4525a26dba8363aa3726573cf (patch) | |
| tree | bd8aa74005ea37a5134511df0e616ef24af7d221 /src/magic_block_scan.c | |
| parent | f9f56f59c520cea73d6df457cd31e012c1107957 (diff) | |
some types of video and images
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 439091c..51d85fa 100644 --- a/src/magic_block_scan.c +++ b/src/magic_block_scan.c @@ -559,7 +559,7 @@ if ((strstr(magic_buf,"application/octet-stream")) && (!(strncmp(text,"text",4)) } if (strstr(magic_buf,"application/octet-stream")){ - char searchstr[] = "7-zip cpio CD-ROM MPEG 9660 Targa Kernel boot SQLite OpenOffice.org VMWare3 VMware4 "; + char searchstr[] = "7-zip cpio CD-ROM MPEG 9660 Targa Kernel boot SQLite OpenOffice.org VMWare3 VMware4 JPEG ART PCX IFF DIF RIFF ATSC "; p_search = searchstr; while (*p_search){ len=0; |
