From 34950da346d57fc4525a26dba8363aa3726573cf Mon Sep 17 00:00:00 2001 From: robi Date: Sun, 28 Nov 2010 21:31:45 +0000 Subject: some types of video and images --- src/magic_block_scan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/magic_block_scan.c') 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; -- cgit v1.2.3