X Tutup
Skip to content

Commit 25c3529

Browse files
author
Johan Brichau
committed
fix
1 parent f5f3d5a commit 25c3529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repository/Grease-GemStone-Core.package/GRGemStonePlatform.class/instance/sourceCodeStringOf..st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ meta-object-protocol
22
sourceCodeStringOf: aCompiledMethod
33
"Return a String with the source code for a compiled method."
44

5-
^ self convertToSmalltalkNewlines: aCompiledMethod source
5+
^ self convertToSmalltalkNewlines: aCompiledMethod _sourceString

0 commit comments

Comments
 (0)
X Tutup