this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

android build fix

Nesbox 62220f9a 29aa5fda

+1 -1
+1 -1
src/studio/screens/console.c
··· 3180 3180 3181 3181 if(commandSize) 3182 3182 { 3183 - printf(console->input.text); 3183 + printf("%s", console->input.text); 3184 3184 appendHistory(console, console->input.text); 3185 3185 processCommand(console, console->input.text); 3186 3186 }