ideutils: fixed DeleteFileInteractive

This commit is contained in:
mattias 2025-05-26 13:56:50 +02:00
parent e9d7d8bd40
commit fc4d4103f2

View File

@ -615,7 +615,7 @@ begin
repeat
CurFilename:=Info.Name;
if (CurFilename='') or (CurFilename='.') or (CurFilename='..') then continue;
if SameText(Filename,ShortFilename) then begin
if SameText(CurFilename,ShortFilename) then begin
CurFilename:=Dir+CurFilename;
Found:=true;
break;