]> sigrok.org Git - libsigrok.git/commit
drivers: Fix locale dependent string to float conversion
authorFrank Stettner <redacted>
Thu, 2 Nov 2017 17:04:59 +0000 (18:04 +0100)
committerUwe Hermann <redacted>
Sat, 11 Nov 2017 18:46:52 +0000 (19:46 +0100)
commit4f0463a079f61ca60ac94a126a5a9cd0f40c14f3
tree39174da7bd65f12b844edfc07572ed3f63a6eb7b
parent688e44ae06610d64ef90b720cd61262e5b606d55
drivers: Fix locale dependent string to float conversion

Some drivers used locale dependent functions for converting strings
to float/double values. These functions fail when the decimal mark
is a "," in the locale settings but the string contains a ".".

This fixes bug #1064.
src/dmm/m2110.c
src/dmm/metex14.c
src/hardware/motech-lps-30x/protocol.c
src/libsigrok-internal.h
src/scpi/scpi.c
src/strutil.c