mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
bigint.c: remove unnecessary break in for loop.
This commit is contained in:
@@ -662,7 +662,6 @@ mpz_init_set_str(mrb_state *mrb, mpz_t *x, const char *s, mrb_int len, mrb_int b
|
||||
mpz_mul_int(mrb,&t,&m,(mrb_int)k);
|
||||
mpz_add(mrb,x,x,&t);
|
||||
mpz_mul(mrb,&m,&m,&bb);
|
||||
if (i == 0) break;
|
||||
}
|
||||
if (x->sn)
|
||||
x->sn = sn;
|
||||
|
||||
Reference in New Issue
Block a user