Re: GTK+-1.2.10 Released



"Joe.C" <joe animeta com> writes:

> Hi,
> 
>   When checking new GTK+-1.2.10, I found this strange 
>   in gtklabel.c:1007, the if check will always be
>   true. I think it should be
> 
> === 
>   result_str = gdk_wcstombs (string_wc);
>   if (result_str) 
>     {
> ===
> 
>    Is this correct?

Yes. 

It turns out that this bug is almost entirely harmless since the
gdk_wcstombs() can't fail here except on a completely screwed up
system.

I've fixed it in CVS in case we ever make another GTK+-1.2.x
release.

Thanks,
                                        Owen




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