Bug 690672

Summary: typo in fitz/res_font.c
Product: MuPDF Reporter: zeniko
Component: fitzAssignee: Tor Andersson <tor.andersson>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P4    
Version: unspecified   
Hardware: PC   
OS: Windows XP   
Customer: Word Size: ---

Description zeniko 2009-07-30 17:36:57 UTC
I haven't found this one filed, while it's been fixed for quite a while in 
SumatraPDF's repository:

Line 296 currently calls fz_errorstring when it should be ft_errorstring (FreeType 
instead of fitz function).
Comment 1 Tor Andersson 2009-07-31 05:21:11 UTC
Oops. So much for testing #ifdef code...