diff options
Diffstat (limited to 'src/irc/irc-dcc.c')
-rw-r--r-- | src/irc/irc-dcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/irc-dcc.c b/src/irc/irc-dcc.c index 0512375af..739fe93c1 100644 --- a/src/irc/irc-dcc.c +++ b/src/irc/irc-dcc.c @@ -1172,7 +1172,7 @@ dcc_handle () t_irc_dcc *ptr_dcc; int num_read, num_sent; static char buffer[102400]; - u_int32_t pos; + uint32_t pos; fd_set read_fd; static struct timeval timeout; int sock; |