COUNT: Correct treatment of missing values.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 15 Feb 2015 22:52:11 +0000 (14:52 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 15 Feb 2015 22:52:11 +0000 (14:52 -0800)
commit94d9ab1592c8fc060f7fe41d26c481c3831be513
treea4b7b986511407dc6bf30a045a8511bfc08d1be6
parentad4ba793ea1dc89f46e0e44f27502707feb2ec69
COUNT: Correct treatment of missing values.

COUNT didn't properly handle user-missing values or the MISSING
keyword.  This corrects the problem.

Thanks to ftr <news.ftr@free.fr> for reporting this bug.
Bug #44157.
NEWS
src/language/xforms/count.c
tests/language/xforms/count.at