From fdc64c2abcdf53d9afee4541503d1d17763ee92c Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 27 Dec 2008 02:20:07 +0000 Subject: * algebra/net.spad.pamphlet (readBytes!$InputByteConduit): Set length of buffer to count of bytes read. * algebra/si.spad.pamphlet (SingleInteger): Now formally subdomain of Integer. --- src/interp/sys-utility.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interp') diff --git a/src/interp/sys-utility.boot b/src/interp/sys-utility.boot index 9b01dae7..fa924cb9 100644 --- a/src/interp/sys-utility.boot +++ b/src/interp/sys-utility.boot @@ -246,7 +246,7 @@ $OutputIOMode == KEYWORD::OUTPUT $BothWaysIOMode == KEYWORD::IO ++ return a binary stream open for `file' in mode `mode'; nil -++ if something wnet wrong. +++ if something went wrong. This function is used by the Algebra. openBinaryFile(file,mode) == mode = $InputIOMode => OPEN(file,KEYWORD::DIRECTION,mode, -- cgit v1.2.3