Author: pschweitzer
Date: Sun May  1 13:27:11 2016
New Revision: 71222

URL: http://svn.reactos.org/svn/reactos?rev=71222&view=rev
Log:
[SHELL32]
Don't use uninit var

Modified:
    trunk/reactos/dll/win32/shell32/shlfolder.cpp

Modified: trunk/reactos/dll/win32/shell32/shlfolder.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shlfolder.cpp?rev=71222&r1=71221&r2=71222&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/shlfolder.cpp       [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/shlfolder.cpp       [iso-8859-1] Sun May  1 
13:27:11 2016
@@ -399,7 +399,7 @@
     if (GET_SHGDN_FOR (dwFlags) == SHGDN_FORPARSING && 
         GET_SHGDN_RELATION (dwFlags) == SHGDN_NORMAL)
     {
-        int bWantsForParsing;
+        int bWantsForParsing = FALSE;
 
         /*
             * We can only get a filesystem path from a shellfolder if the


Reply via email to