commit | 8a6bc7742303fee29c22694a46b6109fb46adbd6 | [log] [tgz] |
---|---|---|
author | Koushik Dutta <koushd@gmail.com> | Thu May 26 11:14:15 2011 -0700 |
committer | Koushik Dutta <koushd@gmail.com> | Thu May 26 11:14:15 2011 -0700 |
tree | 88cb2881c4acef48aeb563187648dad385d51d5b | |
parent | d79b7541f3ba5fc1c162da1aa7b28544ab85c170 [diff] [blame] |
test Change-Id: I25bd6846aea09247459c89ba98e6ac34c3debaa3
diff --git a/extendedcommands.c b/extendedcommands.c index 2e3fa51..3dbba60 100644 --- a/extendedcommands.c +++ b/extendedcommands.c
@@ -422,7 +422,7 @@ // device may simply be a name, like "system" if (device[0] != '/') - return erase_raw_partition(device); + return erase_raw_partition(fs_type, device); // if this is SDEXT:, don't worry about it if it does not exist. if (0 == strcmp(path, "/sd-ext"))