Skip to content

Commit 74aea4e

Browse files
committed
fix after merge
1 parent 8432557 commit 74aea4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ZEND_API void (*zend_block_interruptions)(void);
5858
ZEND_API void (*zend_unblock_interruptions)(void);
5959
ZEND_API void (*zend_ticks_function)(int ticks TSRMLS_DC);
6060
ZEND_API void (*zend_error_cb)(int type, const char *error_filename, const zend_str_size_uint error_lineno, const char *format, va_list args);
61-
int (*zend_vspprintf)(char **pbuf, zend_str_size_size_t max_len, const char *format, va_list ap);
61+
zend_str_size_int (*zend_vspprintf)(char **pbuf, zend_str_size_size_t max_len, const char *format, va_list ap);
6262
ZEND_API char *(*zend_getenv)(char *name, size_t name_len TSRMLS_DC);
6363
ZEND_API char *(*zend_resolve_path)(const char *filename, zend_str_size_int filename_len TSRMLS_DC);
6464

0 commit comments

Comments
 (0)