Merge "fix build error in 9.0 with TW_NO_EXFAT_FUSE:=true" into android-9.0
This commit is contained in:
+1
-1
@@ -1383,7 +1383,7 @@ bool TWPartition::Is_File_System_Writable(void) {
|
||||
|
||||
bool TWPartition::Mount(bool Display_Error) {
|
||||
int exfat_mounted = 0;
|
||||
unsigned long flags = Mount_Flags;
|
||||
unsigned int flags = Mount_Flags;
|
||||
|
||||
if (Is_Mounted()) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user