mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[SHELL32]
- Fix a bug, by Johannes Anderwald svn path=/trunk/; revision=51199
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user