diff --git a/src/app/AddModuleWindow.cpp b/src/app/AddModuleWindow.cpp index 48f2d91d..e19dd3c6 100644 --- a/src/app/AddModuleWindow.cpp +++ b/src/app/AddModuleWindow.cpp @@ -88,7 +88,7 @@ struct MetadataMenu : ListMenu { static bool isModelMatch(Model *model, std::string search) { // Build content string - std::string str; + std::string str = ""; str += model->manufacturer; str += " "; str += model->name;