From: Pierre Joye Date: Mon, 28 Jul 2008 16:32:48 +0000 (+0000) Subject: - vc6 is picky about brackets when used with a defined type... X-Git-Tag: BEFORE_HEAD_NS_CHANGE~993 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=852fef98ed58574a418c4e036213b9c58a70086a;p=php - vc6 is picky about brackets when used with a defined type... --- diff --git a/ext/standard/crypt_freesec.c b/ext/standard/crypt_freesec.c index bc74d1cb2c..c30616eed7 100644 --- a/ext/standard/crypt_freesec.c +++ b/ext/standard/crypt_freesec.c @@ -172,7 +172,7 @@ static u_int32_t bits32[32] = static u_char bits8[8] = { 0x80, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x01 }; -static u_char ascii64[] = +static unsigned char ascii64[] = "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; /* 0000000000111111111122222222223333333333444444444455555555556666 */ /* 0123456789012345678901234567890123456789012345678901234567890123 */