fix advanced restore

Change-Id: I0805799343800912f8ea2caf9d06be4d59e9f4bf
This commit is contained in:
Koushik Dutta 2011-11-11 00:26:32 -08:00
parent 890b951a3d
commit 7ef88155e0

View File

@ -732,7 +732,7 @@ void show_nandroid_advanced_restore_menu(const char* path)
};
char tmp[PATH_MAX];
sprintf(tmp, "%s/clockworkmod/backup", path);
sprintf(tmp, "%s/clockworkmod/backup/", path);
char* file = choose_file_menu(tmp, NULL, advancedheaders);
if (file == NULL)
return;