ExternalAddress.st
changeset 21413 e578b0899450
parent 20967 ba69e999a1d6
child 22803 a15c29b8a89c
--- a/ExternalAddress.st	Mon Feb 13 01:38:05 2017 +0100
+++ b/ExternalAddress.st	Mon Feb 13 02:49:03 2017 +0100
@@ -194,7 +194,6 @@
     "Created: / 15-11-2016 / 11:40:52 / cg"
 ! !
 
-
 !ExternalAddress methodsFor:'Compatibility-Squeak'!
 
 beNull
@@ -325,7 +324,11 @@
 !
 
 copyCStringFromHeap
+    "fetch a 0-terminated string from my pointed-to address"
+
     ^ self asExternalBytes copyCStringFromHeap
+
+    "Modified (comment): / 13-02-2017 / 02:48:55 / cg"
 ! !
 
 !ExternalAddress methodsFor:'printing & storing'!