]> git.cworth.org Git - notmuch/commit
compat/getdelim: Silence a warning about mixing of signed/unsigned.
authorCarl Worth <cworth@cworth.org>
Tue, 1 Dec 2009 22:12:01 +0000 (14:12 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 2 Dec 2009 00:27:35 +0000 (16:27 -0800)
commit7fd7611b23ad33ed8bb7db44916cb03bbc2c47c1
tree800282411fad941379a126d2202b1391c948d468
parentc04a432ef201e090a8711b80ad7bb175b9719fa1
compat/getdelim: Silence a warning about mixing of signed/unsigned.

If the length is ever so large as to overflow, then we'll end up
returning a negative value (which indicates an error anyway).
compat/getdelim.c