[ft-devel] Bug in ft_mem_strcpyn

2007-03-08 Thread James Cloos
While further debugging the error in fontconfig I wrote about earlier, I discovered that freetype's ft_mem_strcpyn() seems to have a bug: It looks like: ,(freetype2/src/base/ftutil.c) | FT_BASE_DEF( FT_Int ) | ft_mem_strcpyn( char*dst, | const char* src, |

Re: [ft-devel] Bug in ft_mem_strcpyn

2007-03-08 Thread David Turner
Hello James, you're perfectly right, it's such a silly bug I'm ashamed. I've fixed it in the CVS. Tell us if this also fixes the fontconfig endless loops Regards, - David On Thu, 08 Mar 2007 05:24:04 -0500, James Cloos [EMAIL PROTECTED] said: While further debugging the error in fontconfig I