$OpenBSD: patch-xlife_save_c,v 1.2 2015/03/21 21:28:27 naddy Exp $
--- xlife/save.c.orig	Sat Feb 28 21:35:54 1998
+++ xlife/save.c	Sat Mar 21 02:52:49 2015
@@ -753,7 +753,7 @@ static void *get_list_of_sorted_cellbox_ptr(pattern *c
     } 
     ctr /= 3;
     if (ctr>0)
-	heapsort(coordxyptrlist,ctr,3);
+	lheapsort(coordxyptrlist,ctr,3);
     coordxyptrlist -= 3;
     for (i=0;i<ctr;i++)
 	coordxyptrlist[i]= coordxyptrlist[3+3*i+2];
