HA!  That didn't take long for the first crash report.
I honestly thought it would take a little longer. :)

Here's the patch, though I see rec.games.pinball is
spiking the CPU when the header pane sorts itself.
I've been avoiding writing a custom GtkTreeModel but
I think I'll have to, just to keep the speed up on
really large text newsgroups.

--- xover.cc.bak        2006-04-02 23:15:10.000000000 -0500
+++ xover.cc    2006-04-02 23:16:06.000000000 -0500
@@ -75,7 +75,13 @@

       // n -> part
       part = atoi (pch+1);
-        break;
+
+      if (part > parts) { // ignore false positives
+        part = parts = 0;
+        continue;
+      }
+
+      break;
     }

     /* if not a multipart yet, AND if it's a big message, AND

cheers,
Charles


that fixed it. thanks :)

henri
_______________________________________________
Pan-users mailing list
Pan-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/pan-users

Reply via email to