diff options
Diffstat (limited to 'src/irc/dcc/dcc-files.c')
-rw-r--r-- | src/irc/dcc/dcc-files.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/dcc/dcc-files.c b/src/irc/dcc/dcc-files.c index 166734d5..b5e1a490 100644 --- a/src/irc/dcc/dcc-files.c +++ b/src/irc/dcc/dcc-files.c @@ -199,7 +199,7 @@ static void dcc_get_connect(DCC_REC *dcc) source_host_ok ? source_host_ip : NULL); if (dcc->handle != -1) { dcc->tagconn = g_input_add(dcc->handle, - (GInputCondition) (G_INPUT_WRITE|G_INPUT_READ), + G_INPUT_WRITE | G_INPUT_READ, (GInputFunction) sig_dccget_connected, dcc); } else { /* error connecting */ |