Re: popen and error handling (small correction)

Steven D. Majewski (sdm7g@elvis.med.virginia.edu)
Tue, 9 Nov 1993 16:02:29 -0500

Typo on last message:

On Nov 9, 15:51, "Steven D. Majewski" wrote:
> Subject: Re: popen and error handling
>
> It has the side effect of closing the open pipe, but only
> when it's empty, so that may be acceptable. ( and unfortunately,
> a posix.close( posix.dup( p.fileno() ) ) give the same answer! )
^
<*doesn't*>

-Steve