projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[NTFS]
[reactos.git]
/
reactos
/
drivers
/
filesystems
/
ntfs
/
fcb.c
diff --git
a/reactos/drivers/filesystems/ntfs/fcb.c
b/reactos/drivers/filesystems/ntfs/fcb.c
index
7ab896b
..
8be7030
100644
(file)
--- a/
reactos/drivers/filesystems/ntfs/fcb.c
+++ b/
reactos/drivers/filesystems/ntfs/fcb.c
@@
-396,7
+396,7
@@
NtfsMakeFCBFromDirEntry(PNTFS_VCB Vcb,
DPRINT1("NtfsMakeFCBFromDirEntry(%p, %p, %wZ, %p, %p)\n", Vcb, DirectoryFCB, Name, Record, fileFCB);
DPRINT1("NtfsMakeFCBFromDirEntry(%p, %p, %wZ, %p, %p)\n", Vcb, DirectoryFCB, Name, Record, fileFCB);
- FileName = Get
FileNameFromRecord(Record, NTFS_FILE_NAME_WIN32
);
+ FileName = Get
BestFileNameFromRecord(Record
);
if (!FileName)
{
return STATUS_OBJECT_NAME_NOT_FOUND; // Not sure that's the best here
if (!FileName)
{
return STATUS_OBJECT_NAME_NOT_FOUND; // Not sure that's the best here