mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 08:30:25 +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
|
@ -1401,7 +1401,7 @@ namespace IDE
|
|||
{
|
||||
if (curColumn == column)
|
||||
return charId;
|
||||
// For column == -1, use first non-whitespace char8
|
||||
// For column == -1, use first non-whitespace char
|
||||
if ((column == -1) && (!c.IsWhiteSpace))
|
||||
return charId;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue