add shell for merging GuiLite to 1 header & 1 cpp file

This commit is contained in:
idea4good
2019-08-19 15:26:36 +08:00
parent aa8c85c292
commit c9bbae7292
7 changed files with 88 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ void log_out(const char* log)
}
else
{
printf(log);
printf("%s", log);
fflush(stdout);
}
}