Use correct argument order for pool_nmalloc.
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 27 Sep 2013 12:21:08 +0000 (14:21 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 27 Sep 2013 12:21:08 +0000 (14:21 +0200)
commit1b68ed6c9e7c1db0d3614d0159fb21db55554f3a
treed296fd1eeac6f4420eb6a1d3b951bc3b9a729cc8
parent12f0fc452580c0414d045ea1d8d94542ec3c47c8
Use correct argument order for pool_nmalloc.

This function (and other calloc-like functions) are may not take zero as the size argument.  Hence
the order is important.  Reported by Przemek Powalko <pp.alter.ego@gmail.com>
src/data/sys-file-reader.c