[SHELL32]

- Fix a bug, by Johannes Anderwald

svn path=/trunk/; revision=51199
This commit is contained in:
Olaf Siejka 2011-03-29 21:59:57 +00:00
parent 615f45bf9a
commit c07f34ceee

View file

@ -593,7 +593,7 @@ QueueFile(
/* get current file */
from = &Context->from->feFiles[Context->Index];
if (Context->op->req->fFlags != FO_DELETE)
if (Context->op->req->wFunc != FO_DELETE)
to = &Context->to->feFiles[Context->Index];
/* update status */