commit | cf67b692b38a5e0a76d6d94f77fd4aa1b5d31849 | [log] [tgz] |
---|---|---|
author | Stefan Weil <sw@weilnetz.de> | Sat Oct 06 20:38:51 2018 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon Nov 05 15:09:54 2018 +0100 |
tree | 51d72e35326f74812bb3cbbf3779fa5d5fa00a11 | |
parent | 415bbca86dd671fd766cdb24f40add3fda70c38a [diff] |
qemu-io-cmds: Fix two format strings Use %zu instead of %zd for unsigned numbers. This fixes two error messages from the LSTM static code analyzer: This argument should be of type 'ssize_t' but is of type 'unsigned long' Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Kevin Wolf <kwolf@redhat.com>