This commit is contained in:
Steven Dee 2014-12-11 18:50:20 -05:00
parent 1bfdbf40f1
commit ffcfaa46fb

View File

@ -20,15 +20,15 @@
c3_w i_w = a;
if ( !i_w )
return u3_nul;
return u3_nul;
while ( i_w ) {
if ( c3n == u3du(b) ) {
return u3_nul;
}
acc = u3i_cell( u3h(b), acc );
b = u3t(b);
i_w--;
acc = u3i_cell( u3h(b), acc );
b = u3t(b);
i_w--;
}
return u3kb_flop(acc);