Fixed reseted prefixLength for the hints.
authorDaniel Carl <danielcarl@gmx.de>
Sat, 22 Dec 2012 15:58:03 +0000 (16:58 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Sat, 22 Dec 2012 15:58:03 +0000 (16:58 +0100)
commit4e1c627d3a0b93556f2e9eae3cb96c4272402151
treed09120062a3582a88d9eaab898da20a065fcf8e9
parentfe4450e579a40e6d8605c193a14d4a3e13ac4c91
Fixed reseted prefixLength for the hints.

The prefixLength was set back to zero on call of hints_clear so that hinting
with chars didn't work properly. Now the prefixLength is alway given as
parameter to the function hints_create.
src/hints.c