Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <mackan@stacken.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Sat, 21 Aug 1999 17:55:30 +0000

Re: palemu + DirectBuffer = Segfault

Andreas Beck wrote:

> > Also note that the code ggiOpen(getenv("GGI_DISPLAY")) is broken, use
> > ggiOpen(NULL) instead.
> 
> We should tell him what exactly is broken in case he wants to use it for
> something else later: If you really wanted that (which isn't really a
> good way to state it, as Marcus says, ggiOpen(NULL) is much better), you'd
> have to write:
> 
> ggiOpen(getenv("GGI_DISPLAY"),NULL);

*blush* I didn't even notice that there was a missing NULL. ;)

//Marcus
-- 
-------------------------------+------------------------------------
        Marcus Sundberg        | http://www.stacken.kth.se/~mackan/
 Royal Institute of Technology |       Phone: +46 707 295404
       Stockholm, Sweden       |   E-Mail: mackan@stacken.kth.se


Index: [thread] [date] [subject] [author]