]> granicus.if.org Git - php/commitdiff
- MFH: vc6 is picky about brackets when used with a defined type...
authorPierre Joye <pajoye@php.net>
Mon, 28 Jul 2008 16:33:17 +0000 (16:33 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 28 Jul 2008 16:33:17 +0000 (16:33 +0000)
ext/standard/crypt_freesec.c

index bc74d1cb2c47eda1c74b4557fe81dc9ffd4de64c..c30616eed7204f6ad8f6b95978b26dd024ab9622 100644 (file)
@@ -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 */