*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sun, 11 Jul 1999 00:17:00 +0200
changeset 4369 eaac1c04a81d
parent 4368 d69568f9ad95
child 4370 a1e3b976c7be
*** empty log message ***
FileStr_win32.st
FileStream_win32.st
--- a/FileStr_win32.st	Sat Jul 10 20:37:44 1999 +0200
+++ b/FileStr_win32.st	Sun Jul 11 00:17:00 1999 +0200
@@ -832,7 +832,7 @@
 	    path = __INST(pathName);
 	} while ((f == NULL) && (errno == EINTR));
 
-	if ((f == NULL) || (f == (HFILE)(-1)){
+	if ((f == NULL) || (f == (HFILE)(-1))) {
 	    /*
 	     * If no filedescriptors available, try to finalize
 	     * possibly collected fd's and try again.
@@ -977,6 +977,6 @@
 !FileStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/FileStr_win32.st,v 1.7 1999-07-10 10:18:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/FileStr_win32.st,v 1.8 1999-07-10 22:17:00 cg Exp $'
 ! !
 FileStream initialize!
--- a/FileStream_win32.st	Sat Jul 10 20:37:44 1999 +0200
+++ b/FileStream_win32.st	Sun Jul 11 00:17:00 1999 +0200
@@ -832,7 +832,7 @@
 	    path = __INST(pathName);
 	} while ((f == NULL) && (errno == EINTR));
 
-	if ((f == NULL) || (f == (HFILE)(-1)){
+	if ((f == NULL) || (f == (HFILE)(-1))) {
 	    /*
 	     * If no filedescriptors available, try to finalize
 	     * possibly collected fd's and try again.
@@ -977,6 +977,6 @@
 !FileStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/FileStream_win32.st,v 1.7 1999-07-10 10:18:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/FileStream_win32.st,v 1.8 1999-07-10 22:17:00 cg Exp $'
 ! !
 FileStream initialize!