Skip to content

Commit df79637

Browse files
committed
fixing padding issues at right
1 parent 34edb32 commit df79637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quaddtype/numpy_quaddtype/src/scalar.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ QuadPrecision_str_dragon4(QuadPrecisionObject *self)
153153
.sign = 1,
154154
.trim_mode = TrimMode_LeaveOneZero,
155155
.digits_left = 1,
156-
.digits_right = SLEEF_QUAD_DIG};
156+
.digits_right = 0};
157157

158158
if (self->backend == BACKEND_SLEEF) {
159159
return Dragon4_Positional_QuadDType(

0 commit comments

Comments
 (0)