mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fix incorrect search & replace for "char => char8" in comments
This commit is contained in:
parent
b10edc6f0a
commit
c0b787cbf0
12 changed files with 32 additions and 32 deletions
|
@ -1722,7 +1722,7 @@ namespace IDE.ui
|
|||
|
||||
if ((!SelectEntry(curString)) && (curString.Length > 0))
|
||||
{
|
||||
// If we can't find any matches, at least select a string that starts with the right char8acter
|
||||
// If we can't find any matches, at least select a string that starts with the right character
|
||||
curString.RemoveToEnd(1);
|
||||
SelectEntry(curString);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue