diff --git a/src/qtgui/ssearch_w.cpp b/src/qtgui/ssearch_w.cpp index ab946125..76324d40 100644 --- a/src/qtgui/ssearch_w.cpp +++ b/src/qtgui/ssearch_w.cpp @@ -562,7 +562,7 @@ int SSearch::getPartialWord(QString& word) if (cs > 0) { bool dquoteToEndNoSpace{true}; for (int i = cs; i <= lstidx; i++) { - if (txt[i] == " ") { + if (txt[i] == ' ') { dquoteToEndNoSpace = false; break; }