sourcemod
sourcemod copied to clipboard
Fixed "0[width]%d" formatting negative integers
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'.