X Tutup
Skip to content

Commit 6106bc7

Browse files
author
Johan Brichau
committed
correct gemstone implementation of base64Encode
1 parent 6c7f37d commit 6106bc7

File tree

1 file changed

+1
-1
lines changed
  • repository/Grease-GemStone-Core.package/GRGemStonePlatform.class/instance

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
encoding
22
base64Encode: aByteArray
3-
^ (Base64MimeConverter base64Encode: aByteArray readStream) contents
3+
^ (Base64MimeConverter mimeEncode: aByteArray readStream) contents

0 commit comments

Comments
 (0)
X Tutup