mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[FASTFAT]
Fix typo. svn path=/trunk/; revision=63038
This commit is contained in:
@@ -617,7 +617,7 @@ VfatCreateFile(
|
||||
/* 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'\\')
|
||||
{
|
||||
Chomp = FALSE;
|
||||
Chomp = TRUE;
|
||||
RelatedFileObject->FileName.Length -= sizeof(WCHAR);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user