]> the.earth.li Git - onak.git/commit
Fix problem with closing stderr in add.c
authorJonathan McDowell <noodles@earth.li>
Fri, 17 Dec 2004 10:17:14 +0000 (10:17 +0000)
committerJonathan McDowell <noodles@earth.li>
Fri, 17 Dec 2004 10:17:14 +0000 (10:17 +0000)
commite18b268d5c83bc3ad5d8cec975fa3adbf96ba2ae
treeb7b40f956334cd5641faf04b6d6348142bcacd11
parent39b352321e40d267678d02d13ab6de1e1e4958c6
Fix problem with closing stderr in add.c
Fred Strauss reported a problem when we close stderr in add.c; we now
do some basic checking to try to ensure it's a valid file ptr before
we close it. Also do this for stdout just in case.
add.c