Author: janderwald Date: Tue Jul 29 13:54:28 2008 New Revision: 34936
URL: http://svn.reactos.org/svn/reactos?rev=34936&view=rev Log: - fix an obvious bug (introduced by me)
See issue #3064 for more details.
Modified: trunk/reactos/dll/win32/shell32/shfldr_mycomp.c
Modified: trunk/reactos/dll/win32/shell32/shfldr_mycomp.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shfldr_my... ============================================================================== --- trunk/reactos/dll/win32/shell32/shfldr_mycomp.c [iso-8859-1] (original) +++ trunk/reactos/dll/win32/shell32/shfldr_mycomp.c [iso-8859-1] Tue Jul 29 13:54:28 2008 @@ -700,8 +700,6 @@ &dwVolumeSerialNumber, &dwMaximumComponentLength, &dwFileSystemFlags, NULL, 0); pszPath[MAX_PATH-1] = L'\0'; - pszPath[0] = L'\0'; - if (!wcslen(pszPath)) { UINT DriveType, ResourceId;