diff options
-rw-r--r-- | android/avd/info.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/avd/info.c b/android/avd/info.c index 2f0e5a9..11c5d19 100644 --- a/android/avd/info.c +++ b/android/avd/info.c @@ -1355,6 +1355,7 @@ avdInfo_getHwConfig( AvdInfo* i, AndroidHwConfig* hw ) iniFile_free(ini); /* special product-specific hardware configuration */ + if (i->androidOut != NULL) { char* p = strrchr(i->androidOut, '/'); if (p != NULL && p[0] != 0) { |