From 93cb1ef2ebd480acf9f49af9da0990aed71f49a5 Mon Sep 17 00:00:00 2001 From: Vojtech Bocek Date: Mon, 12 May 2014 15:41:52 +0200 Subject: Fix crash while loading config due to incorrect tw_storage_path Change-Id: Ia5957efe616defa4272501cd8f31d26d394077bb Signed-off-by: Vojtech Bocek --- partitions.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'partitions.hpp') diff --git a/partitions.hpp b/partitions.hpp index cdb4f79b9..7341fe0b5 100644 --- a/partitions.hpp +++ b/partitions.hpp @@ -206,6 +206,7 @@ public: void Mount_All_Storage(void); // Mounts all storage locations void UnMount_Main_Partitions(void); // Unmounts system and data if not data/media and boot if boot is mountable int Partition_SDCard(void); // Repartitions the sdcard + TWPartition *Get_Default_Storage_Partition(); // Returns a pointer to a default storage partition int Fix_Permissions(); void Get_Partition_List(string ListType, std::vector *Partition_List); -- cgit v1.2.3