mirror of https://github.com/exaloop/codon.git
parent
c96b292a82
commit
0226a73370
|
@ -591,7 +591,7 @@ class str:
|
|||
fill = width - len(self)
|
||||
p = zf.ptr
|
||||
|
||||
if len(self) > 0 and p[fill] == plus or p[fill] == minus:
|
||||
if len(self) > 0 and (p[fill] == plus or p[fill] == minus):
|
||||
p[0] = p[fill]
|
||||
p[fill] = zero
|
||||
|
||||
|
|
Loading…
Reference in New Issue