mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 10:05:09 +03:00
chop in a up to its width, not max of met of a and b
This commit is contained in:
parent
322d448d0f
commit
717c61a6dc
@ -27,7 +27,7 @@
|
||||
else {
|
||||
c3_w i_w;
|
||||
|
||||
u2_chop(5, 0, len_w, 0, sal_r, a);
|
||||
u2_chop(5, 0, lna_w, 0, sal_r, a);
|
||||
|
||||
for ( i_w = 0; i_w < len_w; i_w++ ) {
|
||||
*u2_at_ray(sal_r + i_w) &= (i_w >= lnb_w) ? 0 : u2_atom_word(b, i_w);
|
||||
|
Loading…
Reference in New Issue
Block a user