Debugger: fix crash in GetUniqueName

This commit is contained in:
Martin 2022-08-27 20:09:16 +02:00
parent 9ee8d9dc76
commit bf105af56c

View File

@ -529,7 +529,7 @@ begin
repeat
inc(i);
j := FCopiedDbgPropertiesConfigList.IndexOf(Result+' ('+IntToStr(i)+')');
if (j >= 0) and (FCopiedDbgPropertiesConfigList.Opt[i]= FSelectedDbgPropertiesConfig)
if (j >= 0) and (FCopiedDbgPropertiesConfigList.Opt[j]= FSelectedDbgPropertiesConfig)
then
j := -1;
until j < 0;