mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user