Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 272 → Rev 295

/pkg/libunzip.c
173,8 → 173,8
 
/* first of all, check we support the compression method */
switch (curzipnode->compmethod) {
case 0: /* stored */
case 8: /* deflated */
case ZIP_METH_STORE:
case ZIP_METH_DEFLATE:
break;
default: /* unsupported compression method, sorry */
return(-1);