On Thu, Jun 27, 2002 at 06:40:27PM +0900, R. Lahaye wrote:
> Then I get stuck, but when I replace the body of
> math_support.C::searchFont() merely by
> 
>    fontinfo * searchFont(string const & name)
>    {
>     return &fontinfos[8];
>    }
> 
> the problem is solved.
> Are you having any idea what could be "wrong" with the for-loop
> in searchFont() ?

No. 

But try to replace the string in struct fontinfo with a char const *
and see what happens.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)

Reply via email to