Skip to content

Commit dd365b0

Browse files
committed
Add 'const' to match actual API
1 parent e5b4624 commit dd365b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/date/php_date.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3585,7 +3585,7 @@ PHP_FUNCTION(timezone_name_get)
35853585
PHP_FUNCTION(timezone_name_from_abbr)
35863586
{
35873587
zend_string *abbr;
3588-
char *tzid;
3588+
const char *tzid;
35893589
zend_long gmtoffset = -1;
35903590
zend_long isdst = -1;
35913591

0 commit comments

Comments
 (0)