Fix incorrect string type for fopen_s.
This commit is contained in:
parent
7ee0ec0728
commit
5508607dfa
@ -66,7 +66,7 @@ public:
|
||||
{
|
||||
|
||||
close();
|
||||
tchar* mode = truncate ? S("wb") : S("ab");
|
||||
const tchar* mode = truncate ? S("wb") : S("ab");
|
||||
_filename = fname;
|
||||
for (int tries = 0; tries < open_tries; ++tries)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user