silence warning
This commit is contained in:
parent
2ad582ee88
commit
403fb41e23
1 changed files with 1 additions and 1 deletions
|
|
@ -647,7 +647,7 @@ __efgfmt(Fmt *fmt)
|
|||
}else if(ndigits > 0){
|
||||
ndigits--;
|
||||
c = *digits++;
|
||||
}else if(z2 > 0){
|
||||
}else{
|
||||
z2--;
|
||||
c = '0';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue