From 1fa91ed6582ea17b90192891c5a3878599f3d789 Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Tue, 29 Jul 2008 18:54:28 +0000 Subject: [PATCH] - fix an obvious bug (introduced by me) See issue #3064 for more details. svn path=/trunk/; revision=34936 --- reactos/dll/win32/shell32/shfldr_mycomp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/reactos/dll/win32/shell32/shfldr_mycomp.c b/reactos/dll/win32/shell32/shfldr_mycomp.c index 4dae135b238..9acab06fc31 100644 --- a/reactos/dll/win32/shell32/shfldr_mycomp.c +++ b/reactos/dll/win32/shell32/shfldr_mycomp.c @@ -700,8 +700,6 @@ static HRESULT WINAPI ISF_MyComputer_fnGetDisplayNameOf (IShellFolder2 *iface, &dwVolumeSerialNumber, &dwMaximumComponentLength, &dwFileSystemFlags, NULL, 0); pszPath[MAX_PATH-1] = L'\0'; - pszPath[0] = L'\0'; - if (!wcslen(pszPath)) { UINT DriveType, ResourceId;