summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UCore.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/UCore.pas b/UCore.pas
index 89af1a2..b812ca0 100644
--- a/UCore.pas
+++ b/UCore.pas
@@ -1357,7 +1357,8 @@ begin
ErrorHappened := True;
Break;
end;
- if s <> string(PDataItemSL(List[i])^.FName) then
+// * FIXME: why the hell we had something like this here??
+// if s <> string(PDataItemSL(List[i])^.FName) then
if not HandleCopy(List[i], s) then begin
ErrorHappened := True;
Break;