]> sjero.net Git - wget/commitdiff
[svn] Use int for modification tick.
authorhniksic <devnull@localhost>
Thu, 6 Nov 2003 01:13:21 +0000 (17:13 -0800)
committerhniksic <devnull@localhost>
Thu, 6 Nov 2003 01:13:21 +0000 (17:13 -0800)
src/connect.c

index c24e3e95c9a5da8be4d9fbcf74cb6c89e62fa63f..fcd8aec2534c250c90648e518d4787d7dd2ccca2 100644 (file)
@@ -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;