On Mon, Jul 11, 2011 at 2:18 PM, Kevin Wolf wrote:
> Am 11.07.2011 11:47, schrieb Stefan Hajnoczi:
>> On Mon, Jul 11, 2011 at 6:25 AM, Devin Nakamura wrote:
>>> diff --git a/qemu-io.c b/qemu-io.c
>>> index e484f40..85cfe27 100644
>>> --- a/qemu-io.c
>>> +++ b/qemu-io.c
>>> @@ -449,7 +449,7 @@ sta
Am 11.07.2011 11:47, schrieb Stefan Hajnoczi:
> On Mon, Jul 11, 2011 at 6:25 AM, Devin Nakamura wrote:
>> diff --git a/qemu-io.c b/qemu-io.c
>> index e484f40..85cfe27 100644
>> --- a/qemu-io.c
>> +++ b/qemu-io.c
>> @@ -449,7 +449,7 @@ static int read_f(int argc, char **argv)
>> return 0;
>
On Mon, Jul 11, 2011 at 6:25 AM, Devin Nakamura wrote:
> diff --git a/qemu-io.c b/qemu-io.c
> index e484f40..85cfe27 100644
> --- a/qemu-io.c
> +++ b/qemu-io.c
> @@ -449,7 +449,7 @@ static int read_f(int argc, char **argv)
> return 0;
> }
>
> - if (!pflag)
> + if (!pflag) {
>
Devin Nakamura writes:
> Fix a bug caused by lack of braces in if statement
You describe the bug's cause. That's good. Please also describe the
bug's effect, i.e. what exactly is broken for users.
>
> Signed-off-by: Devin Nakamura
> ---
> qemu-io.c |4 ++--
> 1 files changed, 2 insertio