mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Fix compile error from previous commit.
This commit is contained in:
@@ -67,8 +67,8 @@ File::File(const std::string &filename, Mode mode)
|
|||||||
|
|
||||||
if (realdir != nullptr && strcmp(realdir, savedir.c_str()) == 0)
|
if (realdir != nullptr && strcmp(realdir, savedir.c_str()) == 0)
|
||||||
love::android::fixupPermissionSingleFile(savedir, filename);
|
love::android::fixupPermissionSingleFile(savedir, filename);
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
File::File(const File &other)
|
File::File(const File &other)
|
||||||
|
|||||||
Reference in New Issue
Block a user