mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 19:49:43 +00:00
Fix comment (install patch -> install path)
Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
07ff2c4475
commit
60474fb568
2
vl.c
2
vl.c
@ -3061,7 +3061,7 @@ int main(int argc, char **argv, char **envp)
|
||||
if (!data_dir) {
|
||||
data_dir = os_find_datadir(argv[0]);
|
||||
}
|
||||
/* If all else fails use the install patch specified when building. */
|
||||
/* If all else fails use the install path specified when building. */
|
||||
if (!data_dir) {
|
||||
data_dir = CONFIG_QEMU_DATADIR;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user