Fix 1.69 was partly wrong
This commit is contained in:
parent
a2b39689d1
commit
01e6c10d77
@ -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 *
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user