mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Catch up with vfprintf.c,v 1.77.
This commit is contained in:
parent
0ba1fd2f72
commit
8da510f8f5
1 changed files with 1 additions and 0 deletions
|
|
@ -902,6 +902,7 @@ fp_common:
|
|||
} else
|
||||
cp = (ch >= 'a') ? L"inf" : L"INF";
|
||||
size = 3;
|
||||
flags &= ~ZEROPAD;
|
||||
break;
|
||||
}
|
||||
flags |= FPT;
|
||||
|
|
|
|||
Loading…
Reference in a new issue