Skip to content
Snippets Groups Projects
Verified Commit 23b190b5 authored by Tobias Frisch's avatar Tobias Frisch
Browse files

Last chance MinGW...

parent 34a1d7d4
No related branches found
No related tags found
No related merge requests found
Pipeline #26051 passed
......@@ -45,12 +45,12 @@ namespace vkcv {
char output_message [ \
VKCV_DEBUG_MESSAGE_LEN \
]; \
std::snprintf( \
snprintf( \
output_message, \
VKCV_DEBUG_MESSAGE_LEN, \
__VA_ARGS__ \
); \
std::fprintf( \
fprintf( \
getLogOutput(level), \
"[%s]: %s [%s, line %d: %s]\n", \
vkcv::getLogName(level), \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment