]> sigrok.org Git - libsigrok.git/commit
fx2lafw: Replace obsoleted strncmp() calls.
authorUwe Hermann <redacted>
Wed, 18 Mar 2015 22:08:26 +0000 (23:08 +0100)
committerUwe Hermann <redacted>
Thu, 19 Mar 2015 17:25:55 +0000 (18:25 +0100)
commitbc497772512c2fd37516964ade58b69448aae37c
treeef35f62d9ed08c6123039c2e7f48bcc28d110fd4
parent6fcf3f0a22e3dd2467fd09b0cad92b36e0409fc4
fx2lafw: Replace obsoleted strncmp() calls.

The fixed lengths for strncmp() can no longer be used since strings of
various lengths can be passed to match_manuf_prod(). Use strcmp() instead.
src/hardware/fx2lafw/protocol.c