1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Use int for modification tick.

This commit is contained in:
hniksic 2003-11-05 17:13:21 -08:00
parent c8e92cdbd6
commit 1484fe09f5

View 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;