From 047af151db33cbd0db142da2938bb9de62b65a3c Mon Sep 17 00:00:00 2001 From: David RENE Date: Thu, 28 Aug 2008 16:37:22 +0000 Subject: [PATCH] fix to be compliant with anubis 1.9.1.0 --- MF_1_1/web/CXM_web_arg_encode.anubis | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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