C00B0022

Explanation

The mode argument passed to fopen() or freopen() contained more information than just the open mode, but did not use a comma to separate the additional keywords.

Programmer response

Correct the mode argument. White-space characters are not permitted within the open mode. The 't' specification is not allowed for POSIX(OFF) applications. Separate the open mode from the remaining keywords with a comma. Note that it could be possible that the open mode itself is not correct.

Symbolic Feedback Code

JrEdc1opsEinval02