From fa22585bbb0c0674c9f154120d274be9d7d10084 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 5 Jul 2025 17:28:45 +0200 Subject: Fl_Help_View: Fix writing into empty std::string --- src/Fl_Help_View.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/Fl_Help_View.cxx b/src/Fl_Help_View.cxx index 74c4ad527..defad08fe 100644 --- a/src/Fl_Help_View.cxx +++ b/src/Fl_Help_View.cxx @@ -2911,7 +2911,6 @@ Fl_Help_View::Fl_Help_View(int xx, int yy, int ww, int hh, const char *l) { color(FL_BACKGROUND2_COLOR, FL_SELECTION_COLOR); - title_[0] = '\0'; defcolor_ = FL_FOREGROUND_COLOR; bgcolor_ = FL_BACKGROUND_COLOR; textcolor_ = FL_FOREGROUND_COLOR; @@ -2925,7 +2924,6 @@ Fl_Help_View::Fl_Help_View(int xx, int yy, int ww, int hh, const char *l) link_ = (Fl_Help_Func *)0; link_list_.clear(); - directory_.clear(); filename_.clear(); -- cgit v1.2.3