NonPositionableExternalStream.st
branchjv
changeset 21088 6f4535127ce6
parent 21042 edb2e7f82c62
parent 21056 fc38f476bc23
child 21242 19fabe339f8b
--- a/NonPositionableExternalStream.st	Wed Nov 30 10:19:49 2016 +0000
+++ b/NonPositionableExternalStream.st	Wed Nov 30 10:25:34 2016 +0000
@@ -409,7 +409,7 @@
 
     handle notNil ifTrue:[
         "make sure, that no select is performed on closed file descriptors"
-        semasToSignal := Processor disableFd:self fileHandle doSignal:false.
+        semasToSignal := Processor disableFd:self fileDescriptor doSignal:false.
         super closeFile.
 
         "tell the waiters that they must not wait any longer"