Browse code

update zip-sfx type signature

git-svn: trunk@1691

Tomasz Kojm authored on 2005/08/13 01:19:25
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Fri Aug 12 18:17:59 CEST 2005 (tk)
2
+----------------------------------
3
+  * libclamav/filetypes.c: update zip-sfx type signature (Sven Strickroth)
4
+
1 5
 Thu Aug 11 21:15:26 BST 2005 (njh)
2 6
 ----------------------------------
3 7
   * clamav-milter:	--timeout wasn't always being honoured
... ...
@@ -170,7 +170,7 @@ static const struct cli_smagic_s cli_smagic[] = {
170 170
     {"3c494652414d45", "HTML data", CL_TYPE_HTML},      /* <IFRAME */
171 171
 
172 172
     {"526172211a0700", "RAR-SFX", CL_TYPE_RARSFX},
173
-    {"504b03041400", "ZIP-SFX", CL_TYPE_ZIPSFX},
173
+    {"504b0304", "ZIP-SFX", CL_TYPE_ZIPSFX},
174 174
 
175 175
     {NULL,  NULL,   CL_TYPE_UNKNOWN_DATA}
176 176
 };