Skip to content

Commit 52f5996

Browse files
author
Ilia Alshanetsky
committed
Fixed build
1 parent d545555 commit 52f5996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mysqli/mysqli_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2081,7 +2081,7 @@ PHP_FUNCTION(mysqli_refresh)
20812081
return;
20822082
}
20832083
MYSQLI_FETCH_RESOURCE(mysql, MY_MYSQL *, &mysql_link, "mysqli_link", MYSQLI_STATUS_INITIALIZED);
2084-
RETURN_BOOL(!mysql_refresh(mysql->mysql, (uint8_t) options));
2084+
RETURN_BOOL(!mysql_refresh(mysql->mysql, options));
20852085
}
20862086
/* }}} */
20872087

0 commit comments

Comments
 (0)