opnsense-src/lib/libc/tests
Jose Luis Duran 34f88528ed strfmon: Fix formatting of a second fixed-width value
There is a bug when formatting two consecutive values using fixed-widths
and the values need padding.  This was because the value of pad_size
was zeroed only every other time.

Format           Before                         After
[%8n] [%8n]      [ $123.45] [       $123.45]    [ $123.45] [ $123.45]

Reviewed by:	kib
PR:	267282
Github PR:	#619
MFC after:	1 week
2022-10-26 00:40:17 +03:00
..
c063
db
gen
hash
iconv
inet
locale
net
nss
regex
resolv
rpc
setjmp
ssp
stdio
stdlib strfmon: Fix formatting of a second fixed-width value 2022-10-26 00:40:17 +03:00
string
sys
termios
time
tls
tls_dso
ttyio
Makefile
Makefile.depend
Makefile.netbsd-tests