summaryrefslogtreecommitdiffstats
path: root/partitions.hpp
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2016-04-26 18:24:08 +0200
committerDees Troy <dees_troy@teamw.in>2016-05-03 19:48:38 +0200
commit2b2dd15cbddaa1e0e8b648d824dfb8c233ab212f (patch)
tree79aa0cd538781dc4d720596c03f01aab4c3fad6e /partitions.hpp
parentRewrite FS fstab flag processing (diff)
downloadandroid_bootable_recovery-2b2dd15cbddaa1e0e8b648d824dfb8c233ab212f.tar
android_bootable_recovery-2b2dd15cbddaa1e0e8b648d824dfb8c233ab212f.tar.gz
android_bootable_recovery-2b2dd15cbddaa1e0e8b648d824dfb8c233ab212f.tar.bz2
android_bootable_recovery-2b2dd15cbddaa1e0e8b648d824dfb8c233ab212f.tar.lz
android_bootable_recovery-2b2dd15cbddaa1e0e8b648d824dfb8c233ab212f.tar.xz
android_bootable_recovery-2b2dd15cbddaa1e0e8b648d824dfb8c233ab212f.tar.zst
android_bootable_recovery-2b2dd15cbddaa1e0e8b648d824dfb8c233ab212f.zip
Diffstat (limited to 'partitions.hpp')
-rw-r--r--partitions.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/partitions.hpp b/partitions.hpp
index aafc4d4b8..ab34ec2ca 100644
--- a/partitions.hpp
+++ b/partitions.hpp
@@ -95,7 +95,7 @@ protected:
void Setup_Data_Media(); // Sets up a partition as a /data/media emulated storage partition
private:
- bool Process_Fstab_Line(string Line, bool Display_Error); // Processes a fstab line
+ bool Process_Fstab_Line(const char *fstab_line, bool Display_Error); // Processes a fstab line
void Find_Actual_Block_Device(); // Determines the correct block device and stores it in Actual_Block_Device
void Apply_TW_Flag(const unsigned flag, const char* str, const bool val); // Apply custom twrp fstab flags