On Wed, Dec 03, 2014 at 02:37:37PM +0100, Max Reitz wrote:
> Progress may regress; this should be displayed correctly by
> qemu_progress_print().
>
> While touching that area of code, drop the redundant parentheses in the
> same condition.
>
> Signed-off-by: Max Reitz
> ---
> util/qemu-progress
On 12/03/2014 05:37 AM, Max Reitz wrote:
> Progress may regress; this should be displayed correctly by
> qemu_progress_print().
>
> While touching that area of code, drop the redundant parentheses in the
> same condition.
>
> Signed-off-by: Max Reitz
> ---
> util/qemu-progress.c | 3 ++-
> 1 fi
Progress may regress; this should be displayed correctly by
qemu_progress_print().
While touching that area of code, drop the redundant parentheses in the
same condition.
Signed-off-by: Max Reitz
---
util/qemu-progress.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/util