mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
error: Make use of error_set_progname() optional
Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
committed by
Aurelien Jarno
parent
fc2377ea29
commit
6627f64510
+1
-1
@@ -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 = " ";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user