--- HTKTools/HDMan.c.orig 2005-12-22 14:29:00.000000000 +0000 +++ HTKTools/HDMan.c 2005-12-22 14:29:12.000000000 +0000 @@ -397,26 +397,26 @@ /* aux = -2, if undef and printed, aux = -3 if defd and printed */ void PutPhone(LabId id) { - char buf[80]; - LabId baseId; +/* char buf[80]; */ +/* LabId baseId; */ if (((int)id->aux == 0 || (int)id->aux == -1) && newPhones != NULL) { fprintf(newPhones,"%s\n",ReWriteString(id->name,NULL,ESCAPE_CHAR)); /* avoid printing it again */ id->aux = (Ptr)((int)id->aux - 2); } - strcpy(buf,id->name); - TriStrip(buf); - baseId=GetLabId(buf,TRUE); - if ((int)baseId->aux <= 0 ) { /* not seen this label before */ - if ((int)baseId->aux == 0 || (int)baseId->aux == -2){ - if (nNewPhones == MAXPVOC) - HError(1430,"PutPhone: MAXPVOC exceeded"); - newList[nNewPhones++] = baseId; - } - baseId->aux = (Ptr)0; - } - baseId->aux = (Ptr)((int)baseId->aux + 1); +/* strcpy(buf,id->name); */ +/* TriStrip(buf); */ +/* baseId=GetLabId(buf,TRUE); */ +/* if ((int)baseId->aux <= 0 ) { /\* not seen this label before *\/ */ +/* if ((int)baseId->aux == 0 || (int)baseId->aux == -2){ */ +/* if (nNewPhones == MAXPVOC) */ +/* HError(1430,"PutPhone: MAXPVOC exceeded"); */ +/* newList[nNewPhones++] = baseId; */ +/* } */ +/* baseId->aux = (Ptr)0; */ +/* } */ +/* baseId->aux = (Ptr)((int)baseId->aux + 1); */ } /* ListNewPhones: list new phones to log file along with counts */