| Submitter | Kevin Wolf |
|---|---|
| Date | July 19, 2011, 10:15 a.m. |
| Message ID | <1311070524-13533-4-git-send-email-kwolf@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/105428/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/qemu-io.c b/qemu-io.c index e3c825f..a553d0c 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) { if (offset & 0x1ff) { printf("offset %" PRId64 " is not sector aligned\n", offset); @@ -460,6 +460,7 @@ static int read_f(int argc, char **argv) count); return 0; } + } buf = qemu_io_alloc(count, 0xab);