diff --git a/reactos/drivers/filters/mountmgr/device.c b/reactos/drivers/filters/mountmgr/device.c index 8d069c95fd7..e76b7aa8be7 100644 --- a/reactos/drivers/filters/mountmgr/device.c +++ b/reactos/drivers/filters/mountmgr/device.c @@ -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) {