CROSSTABS: Fix corner case in integer mode.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 2 Apr 2016 18:09:15 +0000 (11:09 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 2 Apr 2016 18:10:49 +0000 (11:10 -0700)
I'm not really sure what I was thinking when I wrote this code, but the
off-by-one errors could cause a crash.

Thanks to John Darrington for reporting the problem.

Bug #47600.


No differences found