diff options
Diffstat (limited to 'android/qemulator.c')
-rw-r--r-- | android/qemulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/qemulator.c b/android/qemulator.c index 06b07f7..7d2d2e8 100644 --- a/android/qemulator.c +++ b/android/qemulator.c @@ -213,7 +213,7 @@ qemulator_set_title(QEmulator* emulator) } p = bufprint(p, end, "%d:%s", - android_base_port, + android_core_get_base_port(), avdInfo_getName( android_avdInfo )); skin_window_set_title( emulator->window, temp ); |