[MOUNTMGR]

Fix a typo.
Spotted by Thomas

svn path=/trunk/; revision=61449
This commit is contained in:
Pierre Schweitzer 2013-12-27 16:19:03 +00:00
parent 3c0256d2c4
commit aa89359e92

View file

@ -981,7 +981,7 @@ MountMgrQueryDosVolumePath(IN PDEVICE_EXTENSION DeviceExtension,
TryWithVolumeName:
/* If we didn't find anything, try differently */
if (DeviceLength < 2 * sizeof(WCHAR) || DeviceString[2] != L':')
if (DeviceLength < 2 * sizeof(WCHAR) || DeviceString[1] != L':')
{
if (DeviceString)
{