C0230011
Explanation
The ftell() function was called to get the current file position using encoded offsets. The offset exceeds the maximum value that can be returned.
Programmer response
Use the large files version of ftello() to report positions beyond the maximum.
Symbolic feedback code
JrEdcGposEftell06