From 1484fe09f5e387a840a0967e1fa1f01e91745482 Mon Sep 17 00:00:00 2001 From: hniksic Date: Wed, 5 Nov 2003 17:13:21 -0800 Subject: [PATCH] [svn] Use int for modification tick. --- src/connect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connect.c b/src/connect.c index c24e3e95..fcd8aec2 100644 --- a/src/connect.c +++ b/src/connect.c @@ -614,7 +614,7 @@ sock_close (int fd) or SSL_read or whatever is necessary. */ static struct hash_table *extended_map; -static long extended_map_modified_tick; +static int extended_map_modified_tick; struct extended_info { xreader_t reader; -- 2.39.2