diff options
| author | Tomas Bzatek <tbzatek@redhat.com> | 2009-11-19 17:57:32 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@redhat.com> | 2009-11-19 17:57:32 +0100 |
| commit | 9e4a6521a9ea3310437962d6708cf814fafc70d1 (patch) | |
| tree | 366d2917b664be9c859c58f4c8e2249650f79f9e /UCore.pas | |
| parent | ec2f73f0f66ce7ea31afdce6cacfe2225e765323 (diff) | |
| download | tuxcmd-9e4a6521a9ea3310437962d6708cf814fafc70d1.tar.xz | |
Don't prevent copying files when src == dest across different engines
This is really weird test, probably leftover from non-VFS era.
The whole copy operation needs rewrite, just another reason.
Diffstat (limited to 'UCore.pas')
| -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; |
