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

[hts-users:04564] Re: Small bug in HTS Engine v1.10


Hi,

Thank you for your report.
It was fixed.
https://sourceforge.net/p/hts-engine/mailman/message/35963757/

Regards,
Keiichiro Oura



2017-11-05 16:52 GMT+09:00 Bùi Tấn Quang <quangxengvn@xxxxxxxxx>:
> Sorry,
> The expression,  (is_msd[j] != is_msd[j])  , it alway false.
> I type wrong
>
> 2017-11-05 11:39 GMT+07:00 Quang Bui Tan <langmaninternet@xxxxxxxxx>:
>>
>> Dear all
>>
>> I found small bug in HTS Engine v1.10
>>
>> In file HTS_model.c, line 1168 :  if (is_msd[j] != is_msd[j])         <<<
>> alway true !!!
>>
>> and i think it should be :   if (is_msd[j] != temp_is_msd[j])
>>
>> Thx all
>
>

References
[hts-users:04562] Small bug in HTS Engine v1.10, Quang Bui Tan
[hts-users:04563] Re: Small bug in HTS Engine v1.10, Bùi Tấn Quang