It looks like it is a bug with all merging, not only the merging
activated by -onroot. The following patch fixes it.

Index: xli-1.17.0/xli.c
===================================================================
--- xli-1.17.0.orig/xli.c       2006-08-06 16:17:35.433410475 +0200
+++ xli-1.17.0/xli.c    2006-08-06 16:22:24.273061443 +0200
@@ -352,6 +352,7 @@
                                idisp = itmp;
                        }
                        freeImage(inew);
+                       inew = idisp;
                }
 
                /*

Hochachtungsvoll,
        Bernhard R. Link
Index: xli-1.17.0/xli.c
===================================================================
--- xli-1.17.0.orig/xli.c       2006-08-06 16:17:35.433410475 +0200
+++ xli-1.17.0/xli.c    2006-08-06 16:22:24.273061443 +0200
@@ -352,6 +352,7 @@
                                idisp = itmp;
                        }
                        freeImage(inew);
+                       inew = idisp;
                }
 
                /*

Reply via email to