commit 0767ed15fbcebd38536803c958cf6ef0e3334046
parent 9ded423d377fe723a99aa06b80cf7f2914b2f6bf
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 14 Sep 2006 15:53:51 +0000
warning
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/test_binary.c b/src/main/test_binary.c
@@ -27,7 +27,7 @@ static int test(const char * buf,
unsigned char * dec;
size_t out;
- enc = EXTRACTOR_binaryEncode(buf,
+ enc = EXTRACTOR_binaryEncode((const unsigned char*) buf,
size);
if (0 != EXTRACTOR_binaryDecode(enc,
&dec,