mirror of
https://github.com/php/php-src.git
synced 2024-12-01 13:54:10 +08:00
Fix compile failure.
This commit is contained in:
parent
d3d2b47b89
commit
12804f5234
@ -2239,7 +2239,7 @@ PHP_FUNCTION(ncurses_del_panel)
|
||||
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r", &handle) == FAILURE) {
|
||||
return;
|
||||
}
|
||||
zend_list_delete(Z_RESVAL_PP(handle));
|
||||
zend_list_delete(Z_RESVAL_P(handle));
|
||||
|
||||
RETURN_TRUE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user