summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-24 07:02:32 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-24 07:02:32 -0600
commit3a69874e3fc195aa7a0986801efb2d9f28966b90 (patch)
treee9a7166633af7be3067a288d28ccd1ce0a34acd2 /apps/ChangeLog.txt
parent317d6cd44444c513e8f3501bf2d88855a5d91449 (diff)
downloadnuttx-3a69874e3fc195aa7a0986801efb2d9f28966b90.tar.gz
nuttx-3a69874e3fc195aa7a0986801efb2d9f28966b90.tar.bz2
nuttx-3a69874e3fc195aa7a0986801efb2d9f28966b90.zip
Fix test of range of skip= argument in NSH dd command. From Ken Petit
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index e54f04075..7cbdee3b3 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -529,3 +529,6 @@
* apps/examples/ostest: In the non-cancelable thread test, we need
to give the thread an opportunity to run and to set the non-
cancelable state.
+ * apps/nshlib/nsh_ddcmd.c: Correct the test of the skip input
+ parameter. Was limiting the range to <= count. From Ken
+ Petit (2014-4-24).