gnugo-devel
[Top][All Lists]
Advanced

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

[gnugo-devel] bug-fix


From: Paul Pogonyshev
Subject: [gnugo-devel] bug-fix
Date: Fri, 4 Feb 2005 20:41:18 +0200
User-agent: KMail/1.4.3

Bug-fix: don't crash with assertion failure in owl_lunch()
when run with `-a' option.

Paul


--- owl.c       23 Jan 2005 00:06:01 +0200      1.228
+++ owl.c       04 Feb 2005 20:35:51 +0200      
@@ -3592,6 +3592,9 @@ close_pattern_list(int color, struct mat
       sgf_dumptree = NULL;
       count_variations = 0;
 
+      if (!current_owl_data->lunches_are_current)
+       owl_find_lunches(current_owl_data);
+
       if (!list->pattern_heap)
        pattern_list_build_heap(list);
 





reply via email to

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