]> git.proxmox.com Git - mirror_qemu.git/commit
test-cutils: Clean up qemu_strtoul() result checks
authorMarkus Armbruster <armbru@redhat.com>
Tue, 21 Feb 2017 20:13:48 +0000 (21:13 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 23 Feb 2017 19:35:35 +0000 (20:35 +0100)
commitbc7c08a2c375acb7ae4d433054415588b176d34c
tree5faff13ee7a1dae8bdf46efe89d94c825538a8a0
parent73245450b302931ad291de5d8d0f0cb5e9ca3ee6
test-cutils: Clean up qemu_strtoul() result checks

Use unsigned comparisons to check the result of qemu_strtoul() and
strtoull().

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <1487708048-2131-5-git-send-email-armbru@redhat.com>
tests/test-cutils.c