Added extra archivers

This commit is contained in:
Michiel Broek 2002-06-26 21:48:12 +00:00
parent 676d1948e5
commit 09f76b625d

View File

@ -740,6 +740,7 @@ char *GetFileType(char *fn)
if (memcmp(buf, "THNL", 4) == 0) return (char *)"ThumbNail";
if ((memcmp(buf, "<html>", 6) == 0) ||
(memcmp(buf, "<HTML>", 6) == 0)) return (char *)"HTML";
if (memcmp(buf, "MSCF", 4) == 0) return (char *)"CAB";
if (memcmp(buf, "BZ", 2) == 0) return (char *)"BZIP";
/*