Commit 0c6b83b0 authored by Simon Morlat's avatar Simon Morlat
Browse files

Fix file corruption happening on Android 32 bit systems.

It is a bad idea to set CONFIG_FILEPOS_64 from outside.
Bcmastroska2 now follows standart _FILE_OFFSET_BITS to determine whether off_t is a 32 bit or 64 bit integer.
This mistake was creating invalid function pointer cast with the bctoolbox's VFS api (who follows the system off_t).
parent db767d7e
Branches
Tags
No related merge requests found
Showing with 14 additions and 3 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment