From aa89359e927077e045dcb2fbcfd67a735a537c71 Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Fri, 27 Dec 2013 16:19:03 +0000 Subject: [PATCH] [MOUNTMGR] Fix a typo. Spotted by Thomas svn path=/trunk/; revision=61449 --- reactos/drivers/filters/mountmgr/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {