C00B00A4

Explanation

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

Programmer response

Correct the application.

Symbolic Feedback Code

JrEdc1opsEnotmemory04