]> git.cameronkatri.com Git - cgit.git/commit
ui-repolist: do not return unsigned (negative) value
authorChristian Hesse <mail@eworm.de>
Fri, 22 Nov 2019 10:09:50 +0000 (11:09 +0100)
committerChristian Hesse <mail@eworm.de>
Fri, 22 Nov 2019 12:35:50 +0000 (13:35 +0100)
commit583aa5d80eb01075c0f3f35df37b9144a0c9651e
tree3a49bdc085225827796e670294df3823c4073f19
parentbfabd4519c80f39eedba3dd5d522563899e364c9
ui-repolist: do not return unsigned (negative) value

The function read_agefile() returns time_t, which is a signed datatime.
We should not return unsigned (negative) value here.

Reported-by: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Christian Hesse <mail@eworm.de>
ui-repolist.c