This commit is contained in:
Jean-Francois Dockes 2019-02-04 17:55:10 +01:00
parent 16a8563d85
commit d30a52a747

View File

@ -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;
}