diff options
author | Koushik Dutta <koushd@gmail.com> | 2010-07-03 13:54:21 -0700 |
---|---|---|
committer | Koushik Dutta <koushd@gmail.com> | 2010-07-03 13:54:32 -0700 |
commit | 062d6b0bb38801393a94111b392640e16f73c69b (patch) | |
tree | f2e8b487ccd8e44a9e63b3e6bc61fa289cb756c5 /roots.c | |
parent | 6440ed585f62ada039ebd9aa3eb934d3826a6357 (diff) | |
download | android_bootable_recovery-062d6b0bb38801393a94111b392640e16f73c69b.tar.gz android_bootable_recovery-062d6b0bb38801393a94111b392640e16f73c69b.tar.bz2 android_bootable_recovery-062d6b0bb38801393a94111b392640e16f73c69b.zip |
Backup of Froyo apps on external storage.
Diffstat (limited to 'roots.c')
-rw-r--r-- | roots.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -314,10 +314,12 @@ format_root_device(const char *root) while (*c != '\0' && *c != ':') { c++; } + /* if (c[0] != ':' || c[1] != '\0') { LOGW("format_root_device: bad root name \"%s\"\n", root); return -1; } + */ const RootInfo *info = get_root_info_for_path(root); if (info == NULL || info->device == NULL) { |