sourcemod icon indicating copy to clipboard operation
sourcemod copied to clipboard

Fixed "0[width]%d" formatting negative integers

Open F1F88 opened this issue 6 months ago • 0 comments

Related to: #2328

Fixed when formatting negative integers with "%0[width]d", the minus sign should be formatted before the padding '0' instead of after the padding '0'.

F1F88 avatar May 31 '25 22:05 F1F88