fix -Wpointer-sign warning
authorAndre Heider <a.heider@gmail.com>
Wed, 23 Nov 2022 13:38:37 +0000 (14:38 +0100)
committerJo-Philipp Wich <jo@mein.io>
Thu, 15 Dec 2022 19:07:49 +0000 (20:07 +0100)
commit311272660d77beac761f036192df2573c4c01bf6
treee9562a49ea453e2959f96bb0e934f9679837082e
parentebd5f84955d180b3357f7005762a6cfb42cf1b1c
fix -Wpointer-sign warning

sb.ssid is buf casted to unsigned char, just use that instead of casting
it back.

Signed-off-by: Andre Heider <a.heider@gmail.com>
iwinfo_nl80211.c