From e60683a0d553b6488c564863f4e48954944fb0f8 Mon Sep 17 00:00:00 2001 From: bigbiff bigbiff Date: Fri, 22 Feb 2013 20:55:50 -0500 Subject: use libblkid to get filesystem type we can now use libblkid to detect exfat --- recovery.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recovery.cpp') diff --git a/recovery.cpp b/recovery.cpp index a01ca8c11..4da176a53 100644 --- a/recovery.cpp +++ b/recovery.cpp @@ -62,6 +62,7 @@ TWPartitionManager PartitionManager; struct selabel_handle *sehandle; + static const struct option OPTIONS[] = { { "send_intent", required_argument, NULL, 's' }, { "update_package", required_argument, NULL, 'u' }, @@ -963,6 +964,7 @@ main(int argc, char **argv) { LOGE("Failed to start decrypt GUI page.\n"); } } + // Read the settings file DataManager_ReadSettingsFile(); // Run any outstanding OpenRecoveryScript -- cgit v1.2.3