On Mon, 30 Oct 2000, Stefan Seefeld wrote:
> Lee wrote:
> 
> > diff -r degas-old/lib/libggi/default/ramdac/visual.c 
>degas/lib/libggi/default/ramdac/visual.c
> > 51c51,53
> > <       vis->palette=_ggi_malloc(256*sizeof(ggi_color));
> > ---
> > >       vis->palette=malloc(256*sizeof(ggi_color));
> > >       if(vis == NULL)
> > >               return GGI_ENOMEM;
> 
> You probably meant
> 
> if (vis->palette == 0) return GGI_ENOMEM;

Yes thank you.  Just checking to see if you were pauing attention.
-- 
Lee Brown Jr.
[EMAIL PROTECTED]

Reply via email to