diff options
| -rw-r--r-- | UCore.pas | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |
