magnusja / libaums

Open source library to access USB Mass Storage devices on Android without rooting your device
Apache License 2.0
1.26k stars 270 forks source link

Fix issue with reading files larger than a cluster ? #377

Closed magnusja closed 1 year ago

magnusja commented 1 year ago

not sure ..

magnusja commented 1 year ago

I think this is fixed in #374

Creating a new buffer at this stage also avoids the problem described in #298 because then the clear() call would not reset.