mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@36997 d073be05-634f-4543-b044-5fe20cf6d1d6
13 lines
408 B
Diff
13 lines
408 B
Diff
--- src/Variant.c 2003-03-26 02:47:51.000000000 +0100
|
|
+++ src/Variant.c 2008-05-13 12:59:30.000000000 +0200
|
|
@@ -158,7 +158,7 @@
|
|
{
|
|
memset(value, 0, sizeof(VARIANT_VALUE));
|
|
|
|
- value->binary = _variantBase64Decode(string, strlen(string), &value->length);
|
|
+ value->binary = _variantBase64Decode((const unsigned char *)string, strlen(string), &value->length);
|
|
}
|
|
return value;
|
|
}
|
|
|