Change ssplit()'s fourth parameter from int to the proper size_t
authorFabian Keil <fk@fabiankeil.de>
Sun, 22 May 2011 10:20:05 +0000 (10:20 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 22 May 2011 10:20:05 +0000 (10:20 +0000)
commita36a2c91c4b34c27041e725676f25888031c2571
treef1d79235c7935582c57f47662c3b4a86412461d1
parent40513fc5a96b7b7370b51ca24a9b2454523dd23c
Change ssplit()'s fourth parameter from int to the proper size_t

As pointed out by clang, size_t's don't necessarily have the
same width as int's and while I'm not aware of any actual
issues caused by this (here), it doesn't hurt to use the right
type anyway.
ssplit.c
ssplit.h