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]
- Re: ggi_malloc and friends [PATCH] Lee
- Re: ggi_malloc and friends [PATCH] Stefan Seefeld
- Re: ggi_malloc and friends [PATCH] Lee Brown
- Re: ggi_malloc and friends [PATCH] Martin Schulze
- Re: ggi_malloc and friends [PATCH] Christoph Egger
- Re: ggi_malloc and friends [PATCH] Lee Brown
- Re: ggi_malloc and friends [PATCH] Andreas Beck
- Re: ggi_malloc and friends [PATCH] Marcus Sundberg
- Re: ggi_malloc and friends [PATCH] Lee Brown
