Skip to content

Commit 5ed3c74

Browse files
committed
(*quot)->n_scale = 0; into a separate PR.
1 parent 1c9199d commit 5ed3c74

File tree

1 file changed

+0
-1
lines changed
  • ext/bcmath/libbcmath/src

1 file changed

+0
-1
lines changed

ext/bcmath/libbcmath/src/div.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,6 @@ bool bc_divide(bc_num numerator, bc_num divisor, bc_num *quot, size_t scale)
430430
_bc_rm_leading_zeros(*quot);
431431
if (bc_is_zero(*quot)) {
432432
(*quot)->n_sign = PLUS;
433-
(*quot)->n_scale = 0;
434433
} else {
435434
(*quot)->n_sign = numerator->n_sign == divisor->n_sign ? PLUS : MINUS;
436435
}

0 commit comments

Comments
 (0)