From 35b654a18e4c7eb4c6776f0081f19cdb57342b98 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 9 Feb 2012 23:10:15 +0000 Subject: [PATCH] Fix an FTPD bug git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4378 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 444119973d3..a5856e50f95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2449,4 +2449,5 @@ * include/pthread.h: Correct PTHREAD_MUTEX_INITIALIZER. * fs/fat/fs_fatfs.c: Fix and error in the FAT statfs() implementation that was causing some block counts to be reported incorrectly (reported by - david_s5y). \ No newline at end of file + David Sidrane). +