summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-11-17 03:59:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-11-17 03:59:54 +0000
commit5d2e0eabc3547237a88f2a1cdb7864736b37ac62 (patch)
tree610b77807e212d2140fc60877ea29fd530c620bd /nuttx/ChangeLog
parent6e1ea39b8e41e8600506bc5325c25969de091ff3 (diff)
downloadnuttx-5d2e0eabc3547237a88f2a1cdb7864736b37ac62.tar.gz
nuttx-5d2e0eabc3547237a88f2a1cdb7864736b37ac62.tar.bz2
nuttx-5d2e0eabc3547237a88f2a1cdb7864736b37ac62.zip
clock_gettime() not settime() in FAT time logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4094 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 1563caf3f..ef7cba211 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2214,3 +2214,5 @@
from other directories. When formatted by Windows, it is not initialized
at all. Some additional special handling is required to initialize the
root directory entry to interoperate correctly with windows.
+ * fs/fat/fs_fat32util.c: In fat_systime2fattime(void) should be
+ clock_gettime() and not clock_gettime() (Thanks to David Sidrane).