[Subject Prev][Subject Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hts-users:00888] HInit error


 i read the HInit.c and found the following lines:

case 'l':
         if (NextArg() != STRINGARG)
            HError(2119,"HInit: Segment label expected");
         segLab = GetStrArg();
         break;



and i got from my log files following(part of HInit command)
......cmp/HInit   -I /home/hts/HTS489/data/labels/mono.mlf -l 
 -o 
 /home/.......

the -l switch have no values,so it  has a default null value,right? 



Follow-Ups
[hts-users:00889] Re: HInit error, Heiga ZEN (Byung Ha CHUN)