mirror of https://github.com/xemu-project/xemu.git
vl: Don't escape commas for -bios path
This commit is contained in:
parent
f827615262
commit
f079f8447d
|
@ -3038,7 +3038,7 @@ void qemu_init(int argc, char **argv, char **envp)
|
|||
g_free(msg);
|
||||
} else {
|
||||
fake_argv[fake_argc++] = strdup("-bios");
|
||||
fake_argv[fake_argc++] = strdup_double_commas(flash_path);
|
||||
fake_argv[fake_argc++] = strdup(flash_path);
|
||||
autostart = 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue