bug-gnubg
[Top][All Lists]
Advanced

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

Re: Réf. : Re: [Bug -gnubg] segfault when accessing =?iso-8859-1?Q? _hel


From: Christian Anthon
Subject: Re: Réf. : Re: [Bug -gnubg] segfault when accessing =?iso-8859-1?Q? _help=2Fcommands on latest gnubg=28linux=29?=
Date: Fri, 7 Apr 2006 15:07:24 +0200
User-agent: Mutt/1.5.10i

On Fri, Apr 07, 2006 at 12:29:44PM +0200, address@hidden wrote:
> 
> >I've found the bug, line 1627 of gnubg.c - where acSetImport is defined;
> >this list doesn't end in a null entry - so
> >   { NULL, NULL, NULL, NULL, NULL }
> >needs to be added at 1630.
> >
> >Also the Ctrl+H shortcut is missing from the menu definition - line
> >2260ish of gtkgame.c - second paramater should be "<control>H".
> 
> I confirm that both fixes work fine for me (WinXP).
> 
> >If someone could check these in I would be grateful - my computer still
> >isn't connect up at home...
> 
> I can't, but if somebody can, please commit also these 2 :
> 
> 
> 1- gtkgame.c, line 9907 :
> 
> >if (!GtkGetEnv(env))
> --
> <if (GtkGetEnv(env))
> 
I've checked this in as

if (GTKGetEnv(env)<0)

shouldn't make any difference, but relational add match crashes in gtk
and not in command line.

Checked in your other fix and Jon's fix for the help commands problem,
which both work.

Christian.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]