summaryrefslogtreecommitdiff
path: root/src/magic_block_scan.c
diff options
context:
space:
mode:
authorrobi <robi>2010-12-05 23:33:14 +0000
committerrobi <robi>2010-12-05 23:33:14 +0000
commit3f2ea30a81fbe2e32fff328aba67c92df2150d79 (patch)
tree1d426fe9214c8b6793441399948d25703a32e6bb /src/magic_block_scan.c
parentcfcd8c8ce1b8dea25357ed8bed169bbc339c3ee6 (diff)
xz() arj() and some rare types
Diffstat (limited to 'src/magic_block_scan.c')
-rw-r--r--src/magic_block_scan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/magic_block_scan.c b/src/magic_block_scan.c
index 51d85fa..743407f 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 JPEG ART PCX IFF DIF RIFF ATSC ";
+ 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 ";
p_search = searchstr;
while (*p_search){
len=0;
@@ -812,7 +812,7 @@ int blocksize, ds_retval,count,i,ret;
__u32 scan,follow, size;
-printf("MAGIC-3 :Start ext3-magic-scan search. Please wait, this may take a long time\n");
+printf("MAGIC-3 : start ext3-magic-scan search. Please wait, this may take a long time\n");
blocksize = current_fs->blocksize ;
count = 0;
blk[0] = 0;