diff --git a/MF_1_1/web/CXM_web_arg_encode.anubis b/MF_1_1/web/CXM_web_arg_encode.anubis index 11f2110..47abdfa 100644 --- a/MF_1_1/web/CXM_web_arg_encode.anubis +++ b/MF_1_1/web/CXM_web_arg_encode.anubis @@ -251,7 +251,7 @@ define Maybe((Int, // next position for reading Translating a group of characters into a group of bytes. -type TranslateGroupResult: +type TranslateGroupResult2: three_bytes (Int new_pos, Word8 b1, Word8 b2, Word8 b3), two_bytes ( Word8 b1, Word8 b2 ), one_byte ( Word8 b1 ), @@ -259,7 +259,7 @@ type TranslateGroupResult: error. -define TranslateGroupResult +define TranslateGroupResult2 translate_group ( ByteArray ba, -- libgit2 0.21.4