From: David Levine Date: Tue, 7 Feb 2012 03:47:52 +0000 (-0600) Subject: Caught by the test suite: sequences[0] needs to be initialized to NULL at the beginn... X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/abde85b440e74e4852e96a23fd5f02d2f3bdd370?ds=sidebyside;hp=abde85b440e74e4852e96a23fd5f02d2f3bdd370 Caught by the test suite: sequences[0] needs to be initialized to NULL at the beginning of the program. That explains why it seg faulted when invoked with a sequence argument. ---