mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07: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:
committed by
Stefan Hajnoczi
parent
07ff2c4475
commit
60474fb568
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user