From 062d6b0bb38801393a94111b392640e16f73c69b Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Sat, 3 Jul 2010 13:54:21 -0700 Subject: Backup of Froyo apps on external storage. --- roots.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roots.c') diff --git a/roots.c b/roots.c index 535a1a74..d54de2d0 100644 --- a/roots.c +++ b/roots.c @@ -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) { -- cgit v1.2.3