change the nandroid backup directory to something recovery specific, to reo prevent possible collisions

This commit is contained in:
Koushik K. Dutta 2010-02-23 22:41:36 -08:00
parent 69b75410de
commit 5740b042b5

View File

@ -218,7 +218,7 @@ void show_nandroid_restore_menu()
NULL
};
char* file = choose_file_menu("/sdcard/nandroid/", "", headers);
char* file = choose_file_menu("/sdcard/clockworkmod/backup/", "", headers);
if (file == NULL)
return;
char* command[PATH_MAX];