We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f0fd9 commit 15efa02Copy full SHA for 15efa02
Libs/Runtimes/Std/Src/IO.cpp
@@ -9,7 +9,7 @@ extern "C"
9
{
10
void Print(const char* text)
11
12
- printf(text);
+ printf("%s", text);
13
}
14
15
void PrintHelloWorld()
0 commit comments