Thanks. Because this patch treats the symptom, not the disease,
I'm going to just hold it until upstream has a chance to take a serious
look.

Cheers,
Jeff

PS. Are you really in Iceland or is that just your email address? One
of the gnocatan tile sets is made from photographs taken in Iceland.

On Sat, 26 Feb 2005 01:40:13 +0000, Dofri Jónsson <[EMAIL PROTECTED]> wrote:
> 
> This patch fixes the issue for me, at least so that the game doesn't crash.
> I still have to push the Trade Button each time I want to make a trade,
> but at least the game is playable
> 
> Dofri
> 
> --- gnocatan-0.8.1.53/common/quoteinfo.c.orig   2005-02-26 01:29:41.140002456
> +0000
> +++ gnocatan-0.8.1.53/common/quoteinfo.c        2005-02-26 01:33:20.901564712
> +0000
> @@ -30,7 +30,7 @@
> 
>  void quotelist_new(QuoteList **list)
>  {
> -/*     g_assert(*list == NULL);*/
> +       g_assert(*list == NULL);
>         quotelist_free(list);
>         *list = g_malloc0(sizeof(**list));
>  }
> 
>

Reply via email to