mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-06 04:58:47 +02:00
Various minor fixes following a pass of cppcheck static analyzer
This commit is contained in:
@ -1871,6 +1871,7 @@ struct ExampleAppConsole
|
||||
ExampleAppConsole()
|
||||
{
|
||||
ClearLog();
|
||||
memset(InputBuf, 0, sizeof(InputBuf));
|
||||
HistoryPos = -1;
|
||||
Commands.push_back("HELP");
|
||||
Commands.push_back("HISTORY");
|
||||
|
Reference in New Issue
Block a user