mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- fix an obvious bug (introduced by me)
See issue #3064 for more details. svn path=/trunk/; revision=34936
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user