Am 11.07.2011 17:20, schrieb Devin Nakamura:
> Fix a bug caused by lack of braces in if statement
>
> Lack of braces means that if(count & 0x1ff) is never reached
>
> Conflicts:
>
> qemu-io.c
>
> Signed-off-by: Devin Nakamura
Thanks, applied both to the block branch.
Kevin
Fix a bug caused by lack of braces in if statement
Lack of braces means that if(count & 0x1ff) is never reached
Conflicts:
qemu-io.c
Signed-off-by: Devin Nakamura
---
qemu-io.c |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/qemu-io.c b/qemu-io.c
index e3c82