mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 05:22:27 +03:00
Fixed a bug in jet for dis causing undeterministic behaivor.
This commit is contained in:
parent
a0c18f56b2
commit
3a231748ff
@ -30,7 +30,7 @@
|
||||
u2_chop(5, 0, len_w, 0, sal_r, a);
|
||||
|
||||
for ( i_w = 0; i_w < len_w; i_w++ ) {
|
||||
*u2_at_ray(sal_r + i_w) &= u2_atom_word(b, i_w);
|
||||
*u2_at_ray(sal_r + i_w) &= (i_w >= lnb_w) ? 0 : u2_atom_word(b, i_w);
|
||||
}
|
||||
return u2_rl_malt(wir_r, sal_r);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user