C00B00A3

Explanation

The filename and mode arguments passed to fopen() or freopen() specified a memory file with a member name. A file with the same base name (a parent) does exist, but it is not a memory file.

Programmer response

Correct the application.

Symbolic Feedback Code

JrEdc1opsEnotmemory03