Use data_out_pool in crosstabs.q
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 18 Jul 2009 10:08:04 +0000 (12:08 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 18 Jul 2009 10:08:04 +0000 (12:08 +0200)
commit1dde249bcf2bbdb0ecc5bc972a62c45f2a1623df
tree34dc5a074fb365a42e182b5c04b093d29b792374
parent573b7c2cdd49d29bcc35e407bb52cb28199973c1
Use data_out_pool in crosstabs.q

We were erroneously allocating a buffer before
the size of the contents were known.  Using
data_out_pool avoids this problem.  Thanks to
Ben Pfaff for pointing this out.
src/language/stats/crosstabs.q