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

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


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

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