projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e25fc6f
)
Tip of the day: Never let a sick person code.
author
Filip Navara
<filip.navara@gmail.com>
Sat, 17 Dec 2005 12:16:28 +0000
(12:16 +0000)
committer
Filip Navara
<filip.navara@gmail.com>
Sat, 17 Dec 2005 12:16:28 +0000
(12:16 +0000)
svn path=/trunk/; revision=20222
reactos/lib/kernel32/file/volume.c
patch
|
blob
|
history
diff --git
a/reactos/lib/kernel32/file/volume.c
b/reactos/lib/kernel32/file/volume.c
index
a7e07ae
..
48e1062
100644
(file)
--- a/
reactos/lib/kernel32/file/volume.c
+++ b/
reactos/lib/kernel32/file/volume.c
@@
-826,7
+826,7
@@
GetVolumeNameForVolumeMountPointW(
* an NT acceptable name.
*/
- if (!RtlDosPathNameToNtPathName_U(Volume
Name
, &NtFileName, NULL, NULL))
+ if (!RtlDosPathNameToNtPathName_U(Volume
MountPoint
, &NtFileName, NULL, NULL))
{
SetLastError(ERROR_PATH_NOT_FOUND);
return FALSE;