On Sat, 2003-07-05 at 18:50, John Leach wrote:
> Hey Gianni,
>
> I've tested out the gnome code for the first time today and it seems
> to
> crash on opening an elog file. This is from the 0.5.3 tarball. I can
> send
> you the elog file if you wish. (apologies for the HTML, was to avoid
> wrapping the backtrace (too lazy too attach it)).
Just select it and select 'pre-formatted' from the style drop-down in
the evolution composer, it disables wrapping for that bit ;)
Anyway, try this patch.
--- firestorm/src/g_etree_model.c 23 Mar 2003 13:24:21 -0000 1.16
+++ firestorm/src/g_etree_model.c 5 Jul 2003 18:03:30 -0000
@@ -58,6 +58,9 @@
int i;
for(i=0; i<p->llen; i++) {
+ if ( p->layer[i].proto == NULL )
+ continue;
+
if ( !strcmp("ip", p->layer[i].proto->name) )
break;
}
--
// Gianni Tedesco (gianni at scaramanga dot co dot uk)
lynx --source www.scaramanga.co.uk/gianni-at-ecsc.asc | gpg --import
8646BE7D: 6D9F 2287 870E A2C9 8F60 3A3C 91B5 7669 8646 BE7D
Attachment:
signature.asc
Description: This is a digitally signed message part