Fix wring the string variable
This commit is contained in:
parent
e2e054f623
commit
afdc56f0d4
Binary file not shown.
Binary file not shown.
@ -132,7 +132,7 @@ namespace Switch_Toolbox.Library
|
||||
{
|
||||
if (strings.Contains(oldString))
|
||||
{
|
||||
oldString = $"oldString{index++}";
|
||||
oldString = $"{oldString}{index++}";
|
||||
|
||||
if (strings.Contains(oldString))
|
||||
return RenameDuplicateString(strings, oldString, index);
|
||||
|
Loading…
Reference in New Issue
Block a user