mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Tip of the day: Never let a sick person code.
svn path=/trunk/; revision=20222
This commit is contained in:
parent
e25fc6f865
commit
d9af371509
1 changed files with 1 additions and 1 deletions
|
@ -826,7 +826,7 @@ GetVolumeNameForVolumeMountPointW(
|
|||
* an NT acceptable name.
|
||||
*/
|
||||
|
||||
if (!RtlDosPathNameToNtPathName_U(VolumeName, &NtFileName, NULL, NULL))
|
||||
if (!RtlDosPathNameToNtPathName_U(VolumeMountPoint, &NtFileName, NULL, NULL))
|
||||
{
|
||||
SetLastError(ERROR_PATH_NOT_FOUND);
|
||||
return FALSE;
|
||||
|
|
Loading…
Reference in a new issue