fix advanced restore
Change-Id: I0805799343800912f8ea2caf9d06be4d59e9f4bf
This commit is contained in:
parent
890b951a3d
commit
7ef88155e0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user