if((*servip)==',')
{
ii++;
*servip='.';
}
if(ii==4)
break;
servip++;
}
*servip =0;
servip=buff;
strncpy(tempbuf,ptr+strlen(buff)+5,91-71-strlen(buff));
//printf("tempbuf is %s\n",tempbuf);
int count=0;
for(int jj=0;true;jj++)
{
if(tempbuf[jj]==13)
{
if((*servip)==',')
{
ii++;
*servip='.';
}
if(ii==4)
break;
servip++;
}
*servip =0;
servip=buff;
strncpy(tempbuf,ptr+strlen(buff)+5,91-71-strlen(buff));
//printf("tempbuf is %s\n",tempbuf);
int count=0;
for(int jj=0;true;jj++)
{
if(tempbuf[jj]==13)
{