]> git.mdlowis.com Git - proto/labwc.git/commit
common: validate and properly parse floats
authorAndrew J. Hesford <ajh@sideband.org>
Thu, 28 Mar 2024 02:13:50 +0000 (22:13 -0400)
committerAndrew J. Hesford <ajh@sideband.org>
Tue, 2 Apr 2024 14:37:50 +0000 (10:37 -0400)
commita457542fb1ca8f4cf1ad77fac3d944d3e224e18f
treed61eb209dfa173379518dc28801c798b5ece49cc
parentd68376f2aca9d8b842bae7cff79f5233a76cdf84
common: validate and properly parse floats

Fixes: #1665.
include/common/parse-double.h [new file with mode: 0644]
src/common/meson.build
src/common/parse-double.c [new file with mode: 0644]
src/config/rcxml.c
src/config/tablet.c