freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: address@hidden: Bug#54539: freetype2 abuses va_arg]


From: Werner LEMBERG
Subject: Re: address@hidden: Bug#54539: freetype2 abuses va_arg]
Date: Thu, 13 Jan 2000 09:22:15 GMT

> The attached patch fixes a va_arg problem in freetype [1.]2 that
> prevents it from building on powerpc.  If you don't have time to NMU
> in the next day or to, I will, unless you have a strong objection.
>
> ...
>
> -  numCR = va_arg(vp, UShort);
> +  numCR = (UShort)va_arg(vp, int);

Are you sure this is a bug of ttf2pfb and not a bug of Linux resp. gcc
on a PowerPC?


    Werner


reply via email to

[Prev in Thread] Current Thread [Next in Thread]