Merge "fix build error in 9.0 with TW_NO_EXFAT_FUSE:=true" into android-9.0

This commit is contained in:
big biff
2019-08-04 00:49:41 +02:00
committed by Gerrit Code Review
+1 -1
View File
@@ -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;