diff options
Diffstat (limited to 'vchat-client.c')
-rwxr-xr-x | vchat-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vchat-client.c b/vchat-client.c index d6a3db3..db31c7c 100755 --- a/vchat-client.c +++ b/vchat-client.c | |||
@@ -411,7 +411,7 @@ eventloop (void) | |||
411 | 411 | ||
412 | /* something to read from server? */ | 412 | /* something to read from server? */ |
413 | if (poll_result & 2) | 413 | if (poll_result & 2) |
414 | networkinput (); | 414 | vc_receive (); |
415 | break; | 415 | break; |
416 | } | 416 | } |
417 | } | 417 | } |