mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[MOUNTMGR]
Fix a typo. Spotted by Thomas svn path=/trunk/; revision=61449
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user