Merge branch 'gingerbread' of git://github.com/CyanogenMod/android_bootable_recovery into gingerbread

This commit is contained in:
root 2011-06-06 02:13:04 +01:00
commit ebe7a1dcf6

View File

@ -485,7 +485,7 @@ int is_safe_to_format(char* name)
{
char str[255];
char* partition;
property_get("ro.recovery.format_ignore_partitions", str, "/misc,/radio,/bootloader,/recovery");
property_get("ro.cwm.forbid_format", str, "/misc,/radio,/bootloader,/recovery");
partition = strtok(str, ", ");
while (partition != NULL) {