mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-11 04:52:21 +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
|
@ -4277,7 +4277,7 @@ namespace IDE.ui
|
|||
|
||||
if (mProcessingCharData[srcIdx].mCharId != destText[destIdx].mCharId)
|
||||
{
|
||||
// Id doesn't match, char8acter must have been deleted
|
||||
// Id doesn't match, character must have been deleted
|
||||
srcIdx++;
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue