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));
 }


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to