[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] Infinite loop under tt_cmap4_char_next
From: |
Werner LEMBERG |
Subject: |
Re: [Devel] Infinite loop under tt_cmap4_char_next |
Date: |
Mon, 19 May 2003 14:41:47 +0200 (CEST) |
> No, it's a FreeType bug. Seems I committed the wrong version of the file.
> You should replace
>
> hi = 0
>
> by
>
> hi = max+1
>
> in line 912 of src/sfnt/ttcmap0.c to get the correct behaviour. Sorry
> for the inconvenience.
>
> And again, could someone commit this ?
Applied.
Werner