mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 13:55:54 +03:00
Fix dis bug.
This commit is contained in:
parent
68b25a7f18
commit
936acad5e8
@ -27,9 +27,9 @@
|
||||
else {
|
||||
c3_w i_w;
|
||||
|
||||
u2_chop(5, 0, lna_w, 0, sal_r, a);
|
||||
u2_chop(5, 0, len_w, 0, sal_r, a);
|
||||
|
||||
for ( i_w = 0; i_w < lnb_w; i_w++ ) {
|
||||
for ( i_w = 0; i_w < len_w; i_w++ ) {
|
||||
*u2_at_ray(sal_r + i_w) &= u2_atom_word(b, i_w);
|
||||
}
|
||||
return u2_rl_malt(wir_r, sal_r);
|
||||
|
Loading…
Reference in New Issue
Block a user