load: Change buffer_pos to be a size_t
authorJanne Kulmala <janne.t.kulmala@tut.fi>
Tue, 17 Apr 2012 08:05:12 +0000 (11:05 +0300)
committerPetri Lehtinen <petri@digip.org>
Wed, 18 Apr 2012 18:21:17 +0000 (21:21 +0300)
commitaabfd493d3c79dae4a1d45ca8657bbd7f5aac659
tree37caf41911d2cab191c2cff1a075345dc89d81a5
parentbd72efbd8073c0e14fa3dacf7da2883c9ea70952
load: Change buffer_pos to be a size_t

buffer_pos should be type size_t, because it's used to store the
current position in the read buffer. Also, it never can be negative.
src/load.c