[SHELL32]

- Fix compile warning (uninitialized use). Based on patch by Edijs Kolesnikovics <terminedijs at yahoo dot com> slightly modified by Aleksiej
See issue #6058 for more details.

svn path=/trunk/; revision=51196
This commit is contained in:
Olaf Siejka 2011-03-29 21:41:14 +00:00
parent c98d64bacb
commit ed27eba843

View file

@ -584,7 +584,7 @@ BOOL
QueueFile(
FILE_OPERATION_CONTEXT * Context)
{
FILE_ENTRY * from, *to;
FILE_ENTRY * from, *too = NULL;
BOOL bRet = FALSE;
if (Context->Index >= Context->from->dwNumFiles)