Author: gedmurphy
Date: Wed May 25 21:07:25 2011
New Revision: 51912
URL: http://svn.reactos.org/svn/reactos?rev=51912&view=rev
Log:
Fix a warning, it builds warning free now.
Modified:
branches/shell32_new-bringup/dll/win32/shell32/shlfileop.cpp
Modified: branches/shell32_new-bringup/dll/win32/shell32/shlfileop.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/shell32/shlfileop.cpp?rev=51912&r1=51911&r2=51912&view=diff
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/shlfileop.cpp [iso-8859-1]
(original)
+++ branches/shell32_new-bringup/dll/win32/shell32/shlfileop.cpp [iso-8859-1]
Wed May 25 21:07:25 2011
@@ -584,7 +584,7 @@
QueueFile(
FILE_OPERATION_CONTEXT * Context)
{
- FILE_ENTRY * from, *to;
+ FILE_ENTRY * from, *to = NULL;
BOOL bRet = FALSE;
if (Context->Index >= Context->from->dwNumFiles)