ExternalStream.st
changeset 10852 e8dd1b4af8da
parent 10552 d52aa8e066e5
child 10932 c9148f19b2ea
--- a/ExternalStream.st	Wed Jan 23 14:59:36 2008 +0100
+++ b/ExternalStream.st	Thu Jan 24 14:51:26 2008 +0100
@@ -2364,9 +2364,9 @@
 
     "report an error, that the open failed"
     ^ OpenError
-	raiseRequestWith:self
-	errorString:(' : ' , self lastErrorString)
-	"/ in:thisContext sender
+        raiseRequestWith:self pathName
+        errorString:(' : ' , self lastErrorString)
+        "/ in:thisContext sender
 
     "Modified: / 28.1.1998 / 14:37:42 / stefan"
     "Modified: / 8.5.1999 / 20:12:12 / cg"
@@ -5914,7 +5914,7 @@
 !ExternalStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ExternalStream.st,v 1.307 2007-05-28 12:02:15 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ExternalStream.st,v 1.308 2008-01-24 13:51:26 cg Exp $'
 ! !
 
 ExternalStream initialize!