1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00

php_error -> php_error_docref conversion fix (noticed by derick)

This commit is contained in:
Marcus Boerger
2002-12-12 14:12:42 +00:00
parent e27f3fc7e1
commit c2078cdabf
+1 -1
View File
@@ -255,7 +255,7 @@ static time_t asn1_time_to_time_t(ASN1_UTCTIME * timestr TSRMLS_DC)
long gmadjust = 0;
if (timestr->length < 13) {
php_error_docref(NULL TSRMLS_CC, E_WARNING, "%extension author too lazy to parse %s correctly", timestr->data);
php_error_docref(NULL TSRMLS_CC, E_WARNING, "extension author too lazy to parse %s correctly", timestr->data);
return (time_t)-1;
}