mirror of
https://github.com/tonytins/cstdotnet.git
synced 2026-02-10 12:14:47 -05:00
Target Standard 2.1
This commit is contained in:
parent
b32c5f49ed
commit
df5ebd3954
5 changed files with 54 additions and 50 deletions
|
|
@ -78,7 +78,7 @@ public class UIText : IUIText
|
|||
if (second == -1)
|
||||
continue;
|
||||
|
||||
ids = ids.Substring(1, second - 1);
|
||||
ids = ids[1..second];
|
||||
|
||||
// If the id of the current file does not match the id passed to the function,
|
||||
// skip to the next file.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue