mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
[FASTFAT]
Fix typo. svn path=/trunk/; revision=63038
This commit is contained in:
parent
94f8fdd00f
commit
336b78eeba
1 changed files with 1 additions and 1 deletions
|
@ -617,7 +617,7 @@ VfatCreateFile(
|
||||||
/* VfatOpenFile() doesn't like our name ends with \, so chomp it if there's one */
|
/* VfatOpenFile() doesn't like our name ends with \, so chomp it if there's one */
|
||||||
if (RelatedFileObject->FileName.Buffer[RelatedFileObject->FileName.Length / sizeof(WCHAR) - 1] == L'\\')
|
if (RelatedFileObject->FileName.Buffer[RelatedFileObject->FileName.Length / sizeof(WCHAR) - 1] == L'\\')
|
||||||
{
|
{
|
||||||
Chomp = FALSE;
|
Chomp = TRUE;
|
||||||
RelatedFileObject->FileName.Length -= sizeof(WCHAR);
|
RelatedFileObject->FileName.Length -= sizeof(WCHAR);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue