mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
fdb1ff3781
util_version_number returns an int, but BYTES_EQUAL only compares the last byte of the int, so it wouldn't test the rest of the int. I see other tests for functions returning an int use LONGS_EQUAL, so that seems correct to use.