From 564a0f6b900d4ecd68bd3bf19bdcbd381bcdfa50 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 16 Apr 2015 09:36:10 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 734346dec..aafad64ae 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -561,4 +561,6 @@ * NxWM::CTouchscreen: When boardctl() fails, need to print errno not the returned value which will always be -1 (2015-04-16). * NxWidgets::CNxServer: Correct use of the BOARDIOC_GRAPHICS_SETUP - boardctl() call (2015-04-16). \ No newline at end of file + boardctl() call (2015-04-16). +* CListBox unit test: Should use RAND_MAX, not MAX_RAND (2015-04-16). +