1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00

Fixed compiler warning.

This commit is contained in:
Ilia Alshanetsky
2005-01-24 22:23:35 +00:00
parent f744272c52
commit 4e01e392ff

View File

@@ -334,7 +334,7 @@ PHP_FUNCTION(msg_receive)
if (do_unserialize) {
php_unserialize_data_t var_hash;
zval *tmp = NULL;
const char *p = (const char *) messagebuffer->mtext;
const unsigned char *p = (const unsigned char *) messagebuffer->mtext;
MAKE_STD_ZVAL(tmp);
PHP_VAR_UNSERIALIZE_INIT(var_hash);