This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch feature/MXRoyale in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit d707be64f2968b529953fd3346502e75bb6f9144 Author: Alex Harui <[email protected]> AuthorDate: Thu Jun 7 20:55:27 2018 -0700 uncomment flush() so it compiles --- .../projects/MXRoyale/src/main/royale/mx/utils/Base64Decoder.as | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/utils/Base64Decoder.as b/frameworks/projects/MXRoyale/src/main/royale/mx/utils/Base64Decoder.as index f22ee8d..0b346f8 100644 --- a/frameworks/projects/MXRoyale/src/main/royale/mx/utils/Base64Decoder.as +++ b/frameworks/projects/MXRoyale/src/main/royale/mx/utils/Base64Decoder.as @@ -157,10 +157,10 @@ public class Base64Decoder return result; } - /* COMPILE::SWF public function flush():ByteArray { + /* if (count > 0) { @@ -168,9 +168,9 @@ public class Base64Decoder throw new Error(message); } + */ return drain(); } - */ /** * Clears all buffers and resets the decoder to its initial state. -- To stop receiving notification emails like this one, please contact [email protected].
