From: hackbard Date: Sun, 9 May 2004 17:20:13 +0000 (+0000) Subject: display content after info is received X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fivac.git;a=commitdiff_plain;h=42b2d351b67e4127635728991c085da38c618289 display content after info is received --- diff --git a/src/ivac.c b/src/ivac.c index 43b7ef6..8b9c312 100644 --- a/src/ivac.c +++ b/src/ivac.c @@ -200,6 +200,7 @@ int ivac_event_cb(t_event *event,void *ptr) { /* remote is sending info */ if(FD_ISSET(ivac->net.connection[channel].fd,&(event->rfds))) ivac_receive_info(channel,ivac); + ivac_display_content(ivac); } }