]> the.earth.li Git - mqtt-arp.git/commit
Fix option parsing on some platforms (e.g. ARM)
authorJonathan McDowell <noodles@earth.li>
Wed, 23 Sep 2020 08:14:38 +0000 (09:14 +0100)
committerJonathan McDowell <noodles@earth.li>
Wed, 23 Sep 2020 08:14:38 +0000 (09:14 +0100)
commit21137fd11bb52ff1a24987c4f51946b85f6eb0af
tree4efd46f7c938c7bc4d5ebf208f5df6b98a801a73
parent413ac0ea8bc2cd3951d7b872d049c1ea41f7b4c4
Fix option parsing on some platforms (e.g. ARM)

getopt_long returns an int, not a char, and on some platforms we hit
issues with the sign extension as a result. Do it properly.

Fixes #2
mqtt-arp.c