]> granicus.if.org Git - php/commitdiff
revert an accident
authorAnatol Belski <ab@php.net>
Wed, 27 Aug 2014 13:37:14 +0000 (15:37 +0200)
committerAnatol Belski <ab@php.net>
Wed, 27 Aug 2014 18:49:32 +0000 (20:49 +0200)
ext/date/php_date.c

index 0e43a33c7332f5d1c5dc15aae0968fbdd0bd722d..16310784a17adf56016f863142dcf5ab0bb6ddbb 100644 (file)
@@ -1055,7 +1055,7 @@ char *php_date_short_day_name(timelib_sll y, timelib_sll m, timelib_sll d)
 /* }}} */
 
 /* {{{ date_format - (gm)date helper */
-static zend_string *date_format(char *format, size_t format_len, timelib_time *t, size_t localtime TSRMLS_DC)
+static zend_string *date_format(char *format, size_t format_len, timelib_time *t, int localtime TSRMLS_DC)
 {
        smart_str            string = {0};
        int                  i, length = 0;