From 8a069b84ebc124cd89d4ac486ed051fbbc607df2 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 8 Sep 2008 17:04:14 +0000 Subject: [PATCH] Fix FAT seek bug git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@896 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index b6693b8d56..ad71c555fe 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: September 7, 2008

+

Last Updated: September 8, 2008

@@ -1117,6 +1117,8 @@ nuttx-0.3.14 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * Fixed several critical bugs with regard to fat reading and writing and FAT12 accesses. Basically the FAT FS only worked with my tiny test files and test cases. A lot of stronger FAT tested is needed!! + * Fixed another FAT bug in implementation of FAT lseek; this prohibit correct + random access to large files. pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>