[comp.sys.amiga] Pipe

dillon@CORY.BERKELEY.EDU.UUCP (02/12/87)

	I've found out why Copy doesn't work well with my pipe... Copy first
tries to open the destination file mode 1005 before openning it 1006, thus
screwing up the algorithm I use for opens to a pipe (I allowed only two).
I have changed the algorithm, making the pipe more robust, and will post the
new version as soon as I give it a run through.

				-Matt