From: hackbard Date: Tue, 11 May 2004 09:40:09 +0000 (+0000) Subject: increase count variable while parsing in ivac_receive_info X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fivac.git;a=commitdiff_plain;h=058fbd5c5879ffb26116276966465165b2fae19b increase count variable while parsing in ivac_receive_info --- diff --git a/src/ivac.c b/src/ivac.c index 4fede22..0a29f21 100644 --- a/src/ivac.c +++ b/src/ivac.c @@ -180,6 +180,7 @@ int ivac_receive_info(int channel,t_ivac *ivac) { READ,REMOVE); network_close(&(ivac->net),channel); memset(&(ivac->challenger[channel]),0,sizeof(t_challenger)); + count+=6; default: puts("[ivac] ivac_receive_info, unknown character"); return ERROR;