Debugger: fix crash in GetUniqueName

(cherry picked from commit bf105af56c)
This commit is contained in:
Martin 2022-08-27 20:09:16 +02:00
parent e31362f90c
commit ae0ad9c262

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;