commit | a5f64e66ddebeaec0d3308b9bf42be6580848ec9 | [log] [tgz] |
---|---|---|
author | Koushik K. Dutta <koushd@gmail.com> | Mon Apr 05 15:44:57 2010 -0700 |
committer | Koushik K. Dutta <koushd@gmail.com> | Mon Apr 05 15:44:57 2010 -0700 |
tree | 5f86f33c765a5b69ecdd81082b6224210f9e75e8 | |
parent | 6771aca715e719e7503926fa3f45b53a741f9c11 [diff] [blame] |
Add Hero CDMA support. Fix fail where formatting sd-ext would actually rm -rf /... wow epic fail. Spaces in paths are not your friend.
diff --git a/extendedcommands.c b/extendedcommands.c index d157fc4..9effbe3 100644 --- a/extendedcommands.c +++ b/extendedcommands.c
@@ -459,7 +459,7 @@ string mmcs[MMC_COUNT][3] = { { "format sdcard", "SDCARD:" }, - { "format sd-ext", "SDEXT: " } + { "format sd-ext", "SDEXT:" } }; for (;;)