fix printf.
This commit is contained in:
parent
b71203be18
commit
49a8f59091
|
@ -1137,7 +1137,7 @@ function sprintf(src) {
|
|||
|
||||
if (opt.space) {
|
||||
if (!opt.signs && +initial >= 0) {
|
||||
param = ' ' + param;
|
||||
pre += ' ';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue