Various minor fixes following a pass of cppcheck static analyzer

docking
ocornut 9 years ago
parent 8061a6ceea
commit 81c86dd5e7

@ -1871,6 +1871,7 @@ struct ExampleAppConsole
ExampleAppConsole()
{
ClearLog();
memset(InputBuf, 0, sizeof(InputBuf));
HistoryPos = -1;
Commands.push_back("HELP");
Commands.push_back("HISTORY");

Loading…
Cancel
Save