mirror of
https://gitee.com/idea4good/GuiLite.git
synced 2026-04-01 13:33:25 +08:00
add shell for merging GuiLite to 1 header & 1 cpp file
This commit is contained in:
@@ -46,7 +46,7 @@ void log_out(const char* log)
|
||||
}
|
||||
else
|
||||
{
|
||||
printf(log);
|
||||
printf("%s", log);
|
||||
fflush(stdout);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user