My guess is that this was just a typo from when I originally wrote this
function.
/* PSPP - a program for statistical analysis.
- Copyright (C) 2006 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2010 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
size_t i;
assert (is_integer_format (format));
- assert (cnt < 8);
+ assert (cnt <= 8);
switch (format)
{