Просмотр исходного кода

Various minor fixes following a pass of cppcheck static analyzer

ocornut 9 лет назад
Родитель
Сommit
81c86dd5e7
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      imgui_demo.cpp

+ 1 - 0
imgui_demo.cpp

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