summaryrefslogtreecommitdiff
path: root/src/magic_block_scan.c
diff options
context:
space:
mode:
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;