C00B00A2

Explanation

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

Programmer response

Correct the application.

Symbolic Feedback Code

JrEdc1opsEnotmemory02