]> sigrok.org Git - libsigrok.git/commit - src/hardware/rigol-ds/api.c
portability: Use g_ascii_strcasecmp() in favor of strcasecmp().
authorUwe Hermann <redacted>
Wed, 9 Sep 2015 07:17:59 +0000 (09:17 +0200)
committerUwe Hermann <redacted>
Wed, 9 Sep 2015 13:20:10 +0000 (15:20 +0200)
commit34577da641d836dcf27433fee3c6384565ca7847
tree57307e6181953f5f8fa9bae94b9634de67faee28
parentba3070ff3412bd547d2f1554430818de9f003733
portability: Use g_ascii_strcasecmp() in favor of strcasecmp().

This is more portable and guaranteed locale-independent.
src/dmm/metex14.c
src/hardware/rigol-ds/api.c
src/hardware/scpi-pps/api.c
src/scpi/helpers.c
src/strutil.c