mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Support ancient .NET in Help
This commit is contained in:
@@ -235,7 +235,7 @@ namespace SabreTools.Help
|
||||
output = CreatePadding(pre + 4);
|
||||
}
|
||||
|
||||
output += subsplit[^1];
|
||||
output += subsplit[subsplit.Length - 1];
|
||||
continue;
|
||||
}
|
||||
|
||||
@@ -372,7 +372,7 @@ namespace SabreTools.Help
|
||||
output = CreatePadding(preAdjusted + 4);
|
||||
}
|
||||
|
||||
output += subsplit[^1];
|
||||
output += subsplit[subsplit.Length - 1];
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user