Bugfix: Changed all use of ssize_t to size_t.
authorPaul Harris <paulharris@computer.org>
Sun, 3 Jun 2012 18:19:35 +0000 (02:19 +0800)
committerPetri Lehtinen <petri.lehtinen@panic.fi>
Wed, 6 Jun 2012 05:47:17 +0000 (08:47 +0300)
commit2b87fdcb4395348fcff43acf0d65c73579824c1f
treee997a5fdcef841f475080c02c9becb6d28ac79aa
parentc7f86abf6d1f96c0fce0b0ab5be5a74972ae84f5
Bugfix: Changed all use of ssize_t to size_t.

ssize_t is only used in a test, and its comparing to a size_t variable.

Fixes #77.
test/suites/api/test_pack.c