Derek Robert Price writes: > > Yep, it just needed fflushes. Working patch attached. Comments before > I commit?
fflush()/close() is a no-no -- you want fclose() instead. Once you've attached a stream to a file descriptor, you have to be very careful about what you do to the file descriptor -- it's best to only use the stream from then on. -Larry Jones I kind of resent the manufacturer's implicit assumption that this would amuse me. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
