summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-13 11:41:00 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-13 11:41:00 -0600
commit51829f1bcfafa46e2d2ec024c38e988f2d0f19e0 (patch)
treef0be25b27eaa8d4a1348372f2cef5243a076a02c /apps/ChangeLog.txt
parente5222a9685f26a250a83a9931528d45c588e2163 (diff)
downloadnuttx-51829f1bcfafa46e2d2ec024c38e988f2d0f19e0.tar.gz
nuttx-51829f1bcfafa46e2d2ec024c38e988f2d0f19e0.tar.bz2
nuttx-51829f1bcfafa46e2d2ec024c38e988f2d0f19e0.zip
NSH: Fix 'ls' output for a single file. Provided by Lorenz Meier
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 6ae95a206..8fbf769ad 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -643,4 +643,5 @@
is created in a different task group (2013-9-7).
* apps/system/usbmonitor: The USB monitor has been extended so
that it can be used with USB device or host trace data (2013-9-9).
-
+ * apps/nshlib/nsh_fscmds.c: Fix NSH listing output for the case
+ of a single file. Provied by Lorenz Meier (2013-9-13).