From c07f34ceee9d5fde938865270ec0069c36a05fce Mon Sep 17 00:00:00 2001 From: Olaf Siejka Date: Tue, 29 Mar 2011 21:59:57 +0000 Subject: [PATCH] [SHELL32] - Fix a bug, by Johannes Anderwald svn path=/trunk/; revision=51199 --- reactos/dll/win32/shell32/shlfileop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/shell32/shlfileop.c b/reactos/dll/win32/shell32/shlfileop.c index 2adcbc9adc5..f22b7225a00 100644 --- a/reactos/dll/win32/shell32/shlfileop.c +++ b/reactos/dll/win32/shell32/shlfileop.c @@ -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 */