mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
long double
This commit is contained in:
parent
13a17f7503
commit
56b2179d99
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ __efgfmt(Fmt *fmt)
|
|||
int pad, point, prec, realchr, sign, sufwid, ucase, wid, z1, z2;
|
||||
Rune r, *rs, *rt;
|
||||
|
||||
if(f->flags&FmtLong)
|
||||
if(fmt->flags&FmtLong)
|
||||
f = va_arg(fmt->args, long double);
|
||||
else
|
||||
f = va_arg(fmt->args, double);
|
||||
|
|
Loading…
Reference in a new issue