Another problem discovered by the test suite.
authorKen Hornstein <kenh@pobox.com>
Sun, 12 Feb 2012 04:28:10 +0000 (23:28 -0500)
committerKen Hornstein <kenh@pobox.com>
Sun, 12 Feb 2012 04:28:10 +0000 (23:28 -0500)
commit78b9c394d4df10be72515b4b58204e43adc1026a
tree85730773a374131c55f6189473353b7078c03978
parent93d0dbc35865a7118d1dec28e19fda4bb31ba691
Another problem discovered by the test suite.

With multiple sequence arguments on the command line you might end
up with garbage in the sequence[] array (it needs the last argument
to be a NULL.  So do two things: make the first two arguments NULL, and
as we add arguments to sequence[] make sure the list has a NULL on the
end.
uip/new.c