Account for padding length when inserting prefix while padding with spaces
This commit is contained in:
@@ -256,6 +256,7 @@ utoa:
|
||||
test r15, r15 ;prefix now? (padding with spaces; r15 is zero)
|
||||
jnz .checkPadding
|
||||
insert_prefix
|
||||
add r14, 2
|
||||
|
||||
.checkPadding:
|
||||
; Substract length of converted number from padLen
|
||||
|
Reference in New Issue
Block a user