]> git.notmuchmail.org Git - notmuch/commitdiff
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)
If the length is ever so large as to overflow, then we'll end up
returning a negative value (which indicates an error anyway).


No differences found