mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
[MOUNTMGR]
Fix a typo. Spotted by Thomas svn path=/trunk/; revision=61449
This commit is contained in:
parent
3c0256d2c4
commit
aa89359e92
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue