Do not assign empty strings on creation of std::string or Glib::ustring
This commit is contained in:
@@ -132,7 +132,7 @@ Glib::ustring LFModifier::getDisplayString() const
|
||||
return "NONE";
|
||||
} else {
|
||||
Glib::ustring ret;
|
||||
Glib::ustring sep = "";
|
||||
Glib::ustring sep;
|
||||
if (flags_ & LF_MODIFY_DISTORTION) {
|
||||
ret += "distortion";
|
||||
sep = ", ";
|
||||
|
Reference in New Issue
Block a user