]> git.proxmox.com Git - qemu.git/commit - qemu-io.c
qemu-io: Fix if scoping bug
authorDevin Nakamura <devin122@gmail.com>
Mon, 11 Jul 2011 15:20:25 +0000 (11:20 -0400)
committerKevin Wolf <kwolf@redhat.com>
Mon, 18 Jul 2011 14:06:27 +0000 (16:06 +0200)
commit5afc8b3de9a8a472a45d2b980632a15cb7f1e1c3
treee585c61bcb923c580021605c41eb4035a445cf6d
parent43642b3803bef28018ca7736be83f2f886d8e42c
qemu-io: Fix if scoping bug

Fix a bug caused by lack of braces in if statement

Lack of braces means that if(count & 0x1ff) is never reached

Signed-off-by: Devin Nakamura <devin122@gmail.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
qemu-io.c