Caught by the test suite: sequences[0] needs to be initialized to NULL at the beginn...
authorDavid Levine <levinedl@acm.org>
Tue, 7 Feb 2012 03:47:52 +0000 (21:47 -0600)
committerDavid Levine <levinedl@acm.org>
Tue, 7 Feb 2012 03:47:52 +0000 (21:47 -0600)
uip/new.c

index 99d8528..752f028 100644 (file)
--- a/uip/new.c
+++ b/uip/new.c
@@ -408,6 +408,8 @@ main(int argc, char **argv)
     char *unseen;
     struct node *folder;
 
+    sequences[0] = NULL;
+
 #ifdef LOCALE
     setlocale(LC_ALL, "");
 #endif