Fix order of pool_calloc arguments. fc11-i386-build26 fc11-x64-build22 lenny-x64-build47 sid-i386-build94
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 18 Oct 2009 19:57:42 +0000 (21:57 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 18 Oct 2009 19:57:42 +0000 (21:57 +0200)
commite0c2b55526074967dc11fd25183a464e4752e571
treea02e86cd0388d810d73bf491a6b86a0afaf8f0b6
parentfc4133a6cd4b508fd61571a71cb19ccaea65a7f8
Fix order of pool_calloc arguments.

The second argument is the number of elements, the third is the size.  If this
is inadvertently reversed, then it fails when the number of elements is zero.
src/math/categoricals.c