Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThirteenAG/WidescreenFixesPack
/ ClearLog
Function
ClearLog
source/Mafia.WidescreenFix/dllmain.cpp:2337–2344 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2335
}
2336
2337
void ClearLog()
2338
{
2339
if (write_log)
2340
{
2341
fopen_s(&LogFile,
"mafia_widescreen_fix.log"
,
"w"
);
2342
fclose(LogFile);
2343
}
2344
}
2345
2346
void WriteLog(const char* str, ...)
2347
{
Callers
1
DllMain
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected