From 34ef5fd624dc1597bbc68bc34b20f70fa26bf0bf Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 30 Oct 2013 15:46:26 +0100 Subject: use unsigned int for recent --- pacredir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pacredir.c b/pacredir.c index 087b982..f76e556 100644 --- a/pacredir.c +++ b/pacredir.c @@ -238,8 +238,8 @@ static int ahc_echo(void * cls, struct MHD_Connection * connection, const char * struct stat fst; char * filename; - long http_code, recent = 0; - long last_modified, last_modified_recent = 0; + unsigned int recent = 0; + long http_code, last_modified, last_modified_recent = 0; /* we want to filename, not the path */ basename = uri; -- cgit v1.2.3-54-g00ecf