Fix dis bug.

This commit is contained in:
C. Guy Yarvin 2013-12-18 11:50:08 -08:00
parent 68b25a7f18
commit 936acad5e8

View File

@ -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);