fix oboe in repeat remover
This commit is contained in:
parent
c2c96746be
commit
a59942fde2
@ -37,6 +37,7 @@ bool RemoveCyclicRepeats(std::wstring& sentence)
|
|||||||
if (realLength > 7)
|
if (realLength > 7)
|
||||||
{
|
{
|
||||||
sentence = std::wstring(realSentence);
|
sentence = std::wstring(realSentence);
|
||||||
|
sentence.pop_back();
|
||||||
RemoveCyclicRepeats(sentence);
|
RemoveCyclicRepeats(sentence);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user