diff options
Diffstat (limited to 'src/irc.c')
| -rw-r--r-- | src/irc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -739,7 +739,7 @@ int irc_read(void) { ind_net_rx(); if(rxbuflen > 0) { - err = nread(rx_buf, rxbuflen); + err = nread_rxbuf(); if(err != 1) { ind_net_down(); print_errnum(); |
