mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Various minor fixes following a pass of cppcheck static analyzer
This commit is contained in:
parent
8061a6ceea
commit
81c86dd5e7
1 changed files with 1 additions and 0 deletions
|
|
@ -1871,6 +1871,7 @@ struct ExampleAppConsole
|
|||
ExampleAppConsole()
|
||||
{
|
||||
ClearLog();
|
||||
memset(InputBuf, 0, sizeof(InputBuf));
|
||||
HistoryPos = -1;
|
||||
Commands.push_back("HELP");
|
||||
Commands.push_back("HISTORY");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue