commit | 82c2ca262e37ec80b2d3c2f5daeafd1f1c6b516b | [log] [tgz] |
---|---|---|
author | Koushik Dutta <koushd@gmail.com> | Sat Jul 03 13:54:21 2010 -0700 |
committer | Koushik Dutta <koushd@gmail.com> | Sat Jul 03 13:57:28 2010 -0700 |
tree | b4c774143aaea6dd98f87ca1222613683ddb83c3 | |
parent | d3cc60b03656f336a9f415ecf4d02fd9ef714139 [diff] [blame] |
Backup of Froyo apps on external storage.
diff --git a/roots.c b/roots.c index 535a1a7..d54de2d 100644 --- a/roots.c +++ b/roots.c
@@ -314,10 +314,12 @@ 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) {