ROMFS: Fix for file names longer than 15 characters. Provided by Lorenz Meier

This commit is contained in:
Gregory Nutt
2013-09-13 11:29:58 -06:00
parent 03413cb676
commit a28c697cfb
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -5548,4 +5548,6 @@
compilation in the CDC/ACM driver with regard to remote
wakeup and self-powered capabilites. Provided by Lorenz Meier
(2013-9-13)
* fs/romfs/fs_romfsutil.c: Fix for filenames > 15 characters.
Provided by Lorenz Meier (2013-9-13).