From: Jonathan McDowell <noodles@earth.li>
Date: Fri, 17 Dec 2004 10:17:14 +0000 (+0000)
Subject: Fix problem with closing stderr in add.c
X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/e18b268d5c83bc3ad5d8cec975fa3adbf96ba2ae?hp=e18b268d5c83bc3ad5d8cec975fa3adbf96ba2ae

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.
---