Merge branch 'gingerbread' of git://github.com/CyanogenMod/android_bootable_recovery into gingerbread
This commit is contained in:
commit
2e0964bed1
@ -500,7 +500,7 @@ int is_safe_to_format(char* name)
|
||||
{
|
||||
char str[255];
|
||||
char* partition;
|
||||
property_get("ro.cwm.forbid_format", str, "/misc,/radio,/bootloader,/recovery");
|
||||
property_get("ro.cwm.forbid_format", str, "/misc,/radio,/bootloader,/recovery,/efs");
|
||||
|
||||
partition = strtok(str, ", ");
|
||||
while (partition != NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user