mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 14:54:09 +02:00
Fixed mMatchWholeWord issue
This commit is contained in:
parent
319755ca36
commit
78f9145254
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ namespace IDE.ui
|
||||||
|
|
||||||
char8* linePtr = line.Ptr;
|
char8* linePtr = line.Ptr;
|
||||||
|
|
||||||
bool lineMatched;
|
bool lineMatched = false;
|
||||||
if (mSearchOptions.mMatchWholeWord)
|
if (mSearchOptions.mMatchWholeWord)
|
||||||
{
|
{
|
||||||
line.EnsureNullTerminator();
|
line.EnsureNullTerminator();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue