serenity/Kernel/FileSystem/FATFS
Taj Morton 31eeea08ba Kernel/FileSystem: Fix handling of FAT names that don't fill an entry
* Fix bug where last character of a filename or extension would be
   truncated (HELLO.TXT -> HELL.TX).
 * Fix bug where additional NULL characters would be added to long
   filenames that did not completely fill one of the Long Filename Entry
   character fields.
2023-01-04 09:02:13 +00:00
..
Definitions.h
FileSystem.cpp
FileSystem.h
Inode.cpp Kernel/FileSystem: Fix handling of FAT names that don't fill an entry 2023-01-04 09:02:13 +00:00
Inode.h Kernel/FileSystem: Fix handling of FAT names that don't fill an entry 2023-01-04 09:02:13 +00:00