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){
|
}else if(ndigits > 0){
|
||||||
ndigits--;
|
ndigits--;
|
||||||
c = *digits++;
|
c = *digits++;
|
||||||
}else if(z2 > 0){
|
}else{
|
||||||
z2--;
|
z2--;
|
||||||
c = '0';
|
c = '0';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue