FileStream.st
changeset 2974 7e7c19f4d6d2
parent 2963 17bd9be72f9b
child 2992 197c2c222030
--- a/FileStream.st	Mon Sep 22 22:25:04 1997 +0200
+++ b/FileStream.st	Tue Sep 23 06:05:38 1997 +0200
@@ -695,6 +695,8 @@
 	     * allow passing additional RMS arguments.
 	     * stupid: they do not seem to offer an interface for passing a char **.
 	     */
+	    errno = 0;
+
 	    {
 		if (__isArray(attributeSpec)) {
 		    OBJ *ap = __ArrayInstPtr(attributeSpec)->a_element;
@@ -970,6 +972,6 @@
 !FileStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/FileStream.st,v 1.47 1997-09-22 18:59:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/FileStream.st,v 1.48 1997-09-23 04:05:34 cg Exp $'
 ! !
 FileStream initialize!