Forráskód Böngészése

Various minor fixes following a pass of cppcheck static analyzer

ocornut 9 éve
szülő
commit
81c86dd5e7
1 módosított fájl, 1 hozzáadás és 0 törlés
  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");