From: Ilia Alshanetsky Date: Wed, 20 May 2009 13:10:49 +0000 (+0000) Subject: Fixed build X-Git-Tag: php-5.3.0RC3~185 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52f599687a175d84d83899233b71bad8221311a1;p=php Fixed build --- diff --git a/ext/mysqli/mysqli_api.c b/ext/mysqli/mysqli_api.c index 39aa54b298..ccfe4fcdf3 100644 --- a/ext/mysqli/mysqli_api.c +++ b/ext/mysqli/mysqli_api.c @@ -2081,7 +2081,7 @@ PHP_FUNCTION(mysqli_refresh) return; } MYSQLI_FETCH_RESOURCE(mysql, MY_MYSQL *, &mysql_link, "mysqli_link", MYSQLI_STATUS_INITIALIZED); - RETURN_BOOL(!mysql_refresh(mysql->mysql, (uint8_t) options)); + RETURN_BOOL(!mysql_refresh(mysql->mysql, options)); } /* }}} */