mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 04:23:40 +00:00
Fix a cut & paste error.
svn path=/trunk/; revision=20220
This commit is contained in:
parent
e4556f6060
commit
c75e5ec7d3
1 changed files with 2 additions and 1 deletions
|
@ -991,11 +991,12 @@ GetVolumeNameForVolumeMountPointW(
|
|||
}
|
||||
else
|
||||
{
|
||||
RtlFreeHeap(GetProcessHeap(), 0, MountPoints);
|
||||
SetLastError(ERROR_FILENAME_EXCED_RANGE);
|
||||
Result = FALSE;
|
||||
}
|
||||
|
||||
RtlFreeHeap(GetProcessHeap(), 0, MountPoints);
|
||||
|
||||
return Result;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue