Reviewed some TODO
This commit is contained in:
parent
51b147cd32
commit
83b3478fe4
9 changed files with 41 additions and 33 deletions
|
@ -375,8 +375,8 @@ FILE *android_fopen(const char *fileName, const char *mode)
|
|||
{
|
||||
if (mode[0] == 'w')
|
||||
{
|
||||
// TODO: fopen() is mapped to android_fopen() that only grants read access
|
||||
// to assets directory through AAssetManager but we want to also be able to
|
||||
// fopen() is mapped to android_fopen() that only grants read access to
|
||||
// assets directory through AAssetManager but we want to also be able to
|
||||
// write data when required using the standard stdio FILE access functions
|
||||
// Ref: https://stackoverflow.com/questions/11294487/android-writing-saving-files-from-native-code-only
|
||||
#undef fopen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue