mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-17 07:44:09 +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
|
@ -716,7 +716,7 @@ namespace System
|
|||
++inIdx;
|
||||
++outIdx;
|
||||
}
|
||||
else // We need to physically move char8acters once we've found an equal span
|
||||
else // We need to physically move characters once we've found an equal span
|
||||
{
|
||||
ptr[outIdx++] = ptr[inIdx++];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue