| Submitter | Markus Armbruster |
|---|---|
| Date | March 17, 2010, 5:56 p.m. |
| Message ID | <1268848614-6844-5-git-send-email-armbru@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/47965/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/qemu-error.c b/qemu-error.c index 5d5fe37..9b9c0a1 100644 --- a/qemu-error.c +++ b/qemu-error.c @@ -167,7 +167,7 @@ void error_print_loc(void) int i; const char *const *argp; - if (!cur_mon) { + if (!cur_mon && progname) { fprintf(stderr, "%s:", progname); sep = " "; }
Signed-off-by: Markus Armbruster <armbru@redhat.com> --- qemu-error.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)