This commit is contained in:
Philip C Monk 2015-01-09 17:11:43 -05:00
parent e3ae2b038c
commit d0b48313de

View File

@ -20,7 +20,7 @@
} else { } else {
meg_w = 0; meg_w = 0;
c3_y byt_y; c3_y byt_y;
while ( 1 ) { while ( 1 ) {
byt_y = u3r_byte(pos_w + meg_w, lub); byt_y = u3r_byte(pos_w + meg_w, lub);
@ -30,8 +30,8 @@
} }
if ((byt_y == 0) && ((pos_w + meg_w + 1) < len_w)) { if ((byt_y == 0) && ((pos_w + meg_w + 1) < len_w)) {
return u3m_bail(c3__exit); return u3m_bail(c3__exit);
} }
{ {
c3_y* byts_y = alloca(meg_w); c3_y* byts_y = alloca(meg_w);