Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.BERKELEY.EDU Path: utzoo!decvax!decwrl!ucbvax!apollo From: apollo@ucbvax.UUCP Newsgroups: mod.computers.apollo Subject: Bug in STREAM_$GET_REC Message-ID: <6525@csi-ring> Date: Tue, 26-Nov-85 20:46:09 EST Article-I.D.: csi-ring.6525 Posted: Tue Nov 26 20:46:09 1985 Date-Received: Wed, 27-Nov-85 22:20:58 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 5 Approved: apollo@yale-comix.arpa If you use STREAM_$GET_REC to read a 10-character record into a 7-character buffer, it's supposed to set the RETLEN parameter to -3 to let you know that there's more data in the record. It fails to do this if you're running a remote process and reading from standard input; RETLEN is simply set to 7.