list.c Use "long" instead of "int" for command parameters.
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 29 Apr 2013 11:40:06 +0000 (13:40 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Mon, 29 Apr 2013 11:40:06 +0000 (13:40 +0200)
commit54a2df235d08f661a3122f5b40361258d35014c8
tree06c82e3e6013369b51e5ab3027be057a3f0573ef
parentca03163952f89844c4a6e96eba59433a15962125
list.c Use "long" instead of "int" for command parameters.

Commit 4e5a6cc044c6c82e6c4d842bf056579b6bc47d48 used int instead of long for the
parameters of the LIST command.  This caused compiler warnings and problems on
64 bit machines.  This change fixes that.
src/language/data-io/list.c