Enabling warnings around format security
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -188,7 +188,7 @@ void CSystem::LogVersion()
|
||||
#else
|
||||
strftime(s, 128, "Log Started at %c", today);
|
||||
#endif
|
||||
CryLogAlways(s);
|
||||
CryLogAlways("%s", s);
|
||||
|
||||
CryLogAlways("Built on " __DATE__ " " __TIME__);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user