Owen Taylor wrote:
> 
> +    locale = (FcChar8 *)setlocale (LC_CTYPE, NULL);
> +    result = malloc (strlen (locale + 1));

Should be strlen(locale) + 1.

Erik
_______________________________________________
I18n mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/i18n

Reply via email to