new: Improve the fix with the NULL-sentinel.
authormarkus schnalke <meillo@marmaro.de>
Tue, 27 Mar 2012 10:33:35 +0000 (12:33 +0200)
committermarkus schnalke <meillo@marmaro.de>
Tue, 27 Mar 2012 10:33:35 +0000 (12:33 +0200)
commit0dc43cbf916830e524ee705664bc9d1e1addaee2
treed14cd965e668c0820edaf08512a725442fa4c0f7
parent38ada11179b45273156ad158afb2833d2e31b98c
new: Improve the fix with the NULL-sentinel.
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.
This is another problem discovered by the nmh test suite.

Pulled in from nmh. Thanks to Ken Hornstein.
uip/new.c