Fixed list length search
This commit is contained in:
@@ -4,7 +4,7 @@ namespace CodeGenerator {
|
||||
public static class StrExt {
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public static string ParseFName(this string str) {
|
||||
str = str.Replace("*", "ptr_");
|
||||
str = str.Replace("*", "");
|
||||
return str;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user