Fix 1.69 was partly wrong

This commit is contained in:
ceriel 1992-11-16 13:52:07 +00:00
parent b6319e4d49
commit 0de7277790

View file

@ -125,7 +125,7 @@ align(pos, al)
int i = pos % al;
if (i) return pos + (al - i);
return pos == 0 ? 1 : pos;
return pos;
}
t_type *