From: Christian Hesse Date: Fri, 22 Nov 2019 10:09:50 +0000 (+0100) Subject: ui-repolist: do not return unsigned (negative) value X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/583aa5d80eb01075c0f3f35df37b9144a0c9651e?hp=583aa5d80eb01075c0f3f35df37b9144a0c9651e 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 Signed-off-by: Christian Hesse ---