Another fix
This commit is contained in:
parent
afdc56f0d4
commit
025703f33e
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -132,9 +132,9 @@ namespace Switch_Toolbox.Library
|
|||||||
{
|
{
|
||||||
if (strings.Contains(oldString))
|
if (strings.Contains(oldString))
|
||||||
{
|
{
|
||||||
oldString = $"{oldString}{index++}";
|
string NewString = $"{oldString}{index++}";
|
||||||
|
|
||||||
if (strings.Contains(oldString))
|
if (strings.Contains(NewString))
|
||||||
return RenameDuplicateString(strings, oldString, index);
|
return RenameDuplicateString(strings, oldString, index);
|
||||||
else
|
else
|
||||||
return oldString;
|
return oldString;
|
||||||
|
Loading…
Reference in New Issue
Block a user