mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +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;
|
||||
|
||||
bool lineMatched;
|
||||
bool lineMatched = false;
|
||||
if (mSearchOptions.mMatchWholeWord)
|
||||
{
|
||||
line.EnsureNullTerminator();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue