]> Git Repo - qemu.git/commit
gtk: fix uninitialized variable
authorPaolo Bonzini <[email protected]>
Wed, 3 Oct 2018 12:11:38 +0000 (14:11 +0200)
committerGerd Hoffmann <[email protected]>
Fri, 12 Oct 2018 12:49:03 +0000 (14:49 +0200)
commit1d454c3fee00d9d1e46e1ec6788d49da5a0bfdb0
tree786796348b44d7ba0831c58c459f148d63662d2f
parent1abcfe9e299b6e48792ddfa6f2ab8cec93f16823
gtk: fix uninitialized variable

zoom_to_fit is never initialized to false, Coverity complains
(not sure why GCC does not).

Fixes: e8b1386ea1719525a1a92df03377764703fe8c64
Cc: [email protected]
Signed-off-by: Paolo Bonzini <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-id: 20181003121138[email protected]
Signed-off-by: Gerd Hoffmann <[email protected]>
ui/gtk.c
This page took 0.022796 seconds and 4 git commands to generate.