diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2014-06-18 17:59:51 +0300 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2014-06-19 18:44:22 +0300 |
commit | 56fdfb6106276b761e360a84321bab0765bfa15d (patch) | |
tree | 6647cee68f66de412f402a01ef86dc2bdc5cead4 /qemu-io.c | |
parent | 6ffa1695769d0227e28715f7e77cdc49aeab1b8c (diff) |
qapi/string-output-visitor: fix bugs
in human mode, we are creating the string:
16-31 (16-31)
instead of
16-17 (10-1f)
because we forgot to pass 'true' as the human parameter on one of the
two calls to format_string.
Also, this is a worsening of quality; previously we would produce
16 (0x10)
to make it obvious which number was hex.
Fix these issues.
Reported-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'qemu-io.c')
0 files changed, 0 insertions, 0 deletions