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:
parent
c8e92cdbd6
commit
1484fe09f5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user