Re: [PATCH 2/3] dwrite: Fix name section strings lookup
27 Apr
2017
27 Apr
'17
2:22 p.m.
On 27.04.2017 17:03, Piotr Caban wrote:
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- dlls/dwrite/opentype.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
- if (!(exists = opentype_decode_namerecord(header, storage_area, i, *strings))) - continue; + if ((exists = opentype_decode_namerecord(header, storage_area, i, *strings))) + break;
What happens exactly? I guess I'll need a font file for that too.
3153
Age (days ago)
3153
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov