typo
This commit is contained in:
parent
16a8563d85
commit
d30a52a747
@ -562,7 +562,7 @@ int SSearch::getPartialWord(QString& word)
|
|||||||
if (cs > 0) {
|
if (cs > 0) {
|
||||||
bool dquoteToEndNoSpace{true};
|
bool dquoteToEndNoSpace{true};
|
||||||
for (int i = cs; i <= lstidx; i++) {
|
for (int i = cs; i <= lstidx; i++) {
|
||||||
if (txt[i] == " ") {
|
if (txt[i] == ' ') {
|
||||||
dquoteToEndNoSpace = false;
|
dquoteToEndNoSpace = false;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user