]> git.ipfire.org Git - thirdparty/cups.git/commit
Prefer atof over strtod 632/head
authorRose <83477269+AtariDreams@users.noreply.github.com>
Thu, 2 Mar 2023 14:29:24 +0000 (09:29 -0500)
committerRose <83477269+AtariDreams@users.noreply.github.com>
Sat, 4 Mar 2023 15:11:07 +0000 (10:11 -0500)
commit6369cd353b2f2c40ae944f75dafa00cc88f760c4
treecd6034f2fcddba57743f4184ed73db6b71b9627b
parent58cdc5bf9d934a5ac2c7d44f4b565469145539cb
Prefer atof over strtod

This is much simpler to call over strtod and is supported on more older platforms.
cgi-bin/admin.c
cups/string.c
man/mantohtml.c