Author: pschweitzer Date: Mon Apr 28 20:33:57 2014 New Revision: 63038
URL: http://svn.reactos.org/svn/reactos?rev=63038&view=rev Log: [FASTFAT] Fix typo.
Modified: trunk/reactos/drivers/filesystems/fastfat/create.c
Modified: trunk/reactos/drivers/filesystems/fastfat/create.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/fastfat... ============================================================================== --- trunk/reactos/drivers/filesystems/fastfat/create.c [iso-8859-1] (original) +++ trunk/reactos/drivers/filesystems/fastfat/create.c [iso-8859-1] Mon Apr 28 20:33:57 2014 @@ -617,7 +617,7 @@ /* 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); }