diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lj_strfmt_num.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_strfmt_num.c b/src/lj_strfmt_num.c index 04769258..7b33f930 100644 --- a/src/lj_strfmt_num.c +++ b/src/lj_strfmt_num.c | |||
@@ -138,7 +138,7 @@ static uint32_t nd_mul2k(uint32_t* nd, uint32_t ndhi, uint32_t k, | |||
138 | } | 138 | } |
139 | if (carry_in) { | 139 | if (carry_in) { |
140 | nd[++ndhi] = carry_in; carry_in = 0; | 140 | nd[++ndhi] = carry_in; carry_in = 0; |
141 | if(start++ == ndlo) ++ndlo; | 141 | if (start++ == ndlo) ++ndlo; |
142 | } | 142 | } |
143 | k -= ND_MUL2K_MAX_SHIFT; | 143 | k -= ND_MUL2K_MAX_SHIFT; |
144 | } | 144 | } |