summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-08 17:04:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-08 17:04:14 +0000
commit76159a251b1b514e1d296223616ef2cb891c632f (patch)
tree563fb1802003f60f1c83a3a52f5f6cacade2364a /nuttx/ChangeLog
parent6dc0251ef29e9eac634fb7638d53174ad07f6946 (diff)
downloadnuttx-76159a251b1b514e1d296223616ef2cb891c632f.tar.gz
nuttx-76159a251b1b514e1d296223616ef2cb891c632f.tar.bz2
nuttx-76159a251b1b514e1d296223616ef2cb891c632f.zip
Fix FAT seek bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@896 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index bb4f3ac04..7bfeca081 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -459,4 +459,6 @@
* 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.