Skip to content

Commit

Permalink
Fix file date bug
Browse files Browse the repository at this point in the history
  • Loading branch information
alphaonex86 committed Sep 30, 2012
1 parent 762c97a commit bde56f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/CopyEngine/Ultracopier/TransferThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,8 @@ bool TransferThread::doFilePostOperation()
{
//set the time if no write thread used
if(keepDate)
changeFileDateTime(destination,source);//can't do that's after move because after move the source not exist
//source,destination
changeFileDateTime(source,destination);//can't do that's after move because after move the source not exist
/*
ignore it, because need correct management, mainly with move
if(!)
Expand Down

0 comments on commit bde56f8

Please sign in to comment.