diff options
author | Ketut Putu Kumajaya <ketut.kumajaya@gmail.com> | 2015-08-10 16:40:55 +0200 |
---|---|---|
committer | Dees Troy <dees_troy@teamw.in> | 2015-11-26 05:16:52 +0100 |
commit | bfb72b062a8e6e8bf83f9584101ceb092cf9d60d (patch) | |
tree | 0494c6dae3a538c5560e1162458cb9f9dfaa60ad /partitions.hpp | |
parent | Fix mkdosfs 2GB barrier (diff) | |
download | android_bootable_recovery-bfb72b062a8e6e8bf83f9584101ceb092cf9d60d.tar android_bootable_recovery-bfb72b062a8e6e8bf83f9584101ceb092cf9d60d.tar.gz android_bootable_recovery-bfb72b062a8e6e8bf83f9584101ceb092cf9d60d.tar.bz2 android_bootable_recovery-bfb72b062a8e6e8bf83f9584101ceb092cf9d60d.tar.lz android_bootable_recovery-bfb72b062a8e6e8bf83f9584101ceb092cf9d60d.tar.xz android_bootable_recovery-bfb72b062a8e6e8bf83f9584101ceb092cf9d60d.tar.zst android_bootable_recovery-bfb72b062a8e6e8bf83f9584101ceb092cf9d60d.zip |
Diffstat (limited to 'partitions.hpp')
-rw-r--r-- | partitions.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/partitions.hpp b/partitions.hpp index 4b6d37160..f9832ad6d 100644 --- a/partitions.hpp +++ b/partitions.hpp @@ -92,7 +92,7 @@ private: void Find_Actual_Block_Device(); // Determines the correct block device and stores it in Actual_Block_Device bool Process_Flags(string Flags, bool Display_Error); // Process custom fstab flags - bool Process_FS_Flags(string& Options, int Flags); // Process standard fstab fs flags + bool Process_FS_Flags(string& Options, int& Flags); // Process standard fstab fs flags bool Is_File_System(string File_System); // Checks to see if the file system given is considered a file system bool Is_Image(string File_System); // Checks to see if the file system given is considered an image void Setup_File_System(bool Display_Error); // Sets defaults for a file system partition |