converted to 4-4

This commit is contained in:
ceriel
1987-03-31 10:58:30 +00:00
parent 43ea927e3f
commit 23b11bb0ba
3 changed files with 29 additions and 9 deletions

View File

@@ -39,7 +39,7 @@ _unp(ad,zd,i,ap,zp) int i; struct descr *ad,*zd; char *ap,*zp; {
ap += (i * ad->size);
i = (zd->diff + 1) * zd->size;
if (zd->size == 1) {
assert(ad->size == 2);
assert(ad->size == EM_WSIZE);
while (--i >= 0)
*((int *)ap)++ = *zp++;
} else {