1
0
Fork 0
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:
Brian Fiete 2025-01-31 11:06:45 -08:00
parent 319755ca36
commit 78f9145254

View file

@ -185,7 +185,7 @@ namespace IDE.ui
char8* linePtr = line.Ptr;
bool lineMatched;
bool lineMatched = false;
if (mSearchOptions.mMatchWholeWord)
{
line.EnsureNullTerminator();