Bugzilla Bug 299445 - fixed the check for an incomplete code set.
This commit is contained in:
Родитель
177b0d47b6
Коммит
2496aabc3e
|
@ -134,7 +134,7 @@ unsigned short FAR *work;
|
|||
left -= count[len];
|
||||
if (left < 0) return -1; /* over-subscribed */
|
||||
}
|
||||
if (left > 0 && (type == CODES || (codes - count[0] != 1)))
|
||||
if (left > 0 && (type == CODES || max != 1))
|
||||
return -1; /* incomplete set */
|
||||
|
||||
/* generate offsets into symbol table for each length for sorting */
|
||||
|
|
Загрузка…
Ссылка в новой задаче