simon-svn: umlwrap: simon
Commits to Tartarus CVS repository.
tartarus-commits at lists.tartarus.org
Sat Sep 20 12:07:03 BST 2014
SVN root: svn://svn.tartarus.org/sgt
Changes by: simon
Revision: 10227
Date: 2014-09-20 12:07:03 +0100 (Sat, 20 Sep 2014)
Log message (8 lines):
Stop accidentally closing standard error.
I had carefully set up a 'canclose' override flag which allowed
umlwrap to override the normal process of closing its fds to generate
EOF in the case where the fd was the one it was using for its own
standard error - but I only checked that flag during the main loop of
umlwrap, and not in the startup loop that closes pointless duplicate
fds. The latter was closing standard error.
Modified files:
U umlwrap/umlwrap.c
Links:
http://svn.tartarus.org/sgt/?rev=10227&view=rev
http://svn.tartarus.org/sgt/umlwrap/umlwrap.c?rev=10227&r1=10226&r2=10227
More information about the tartarus-commits
mailing list