]> granicus.if.org Git - php/commitdiff
php_error -> php_error_docref conversion fix (noticed by derick)
authorMarcus Boerger <helly@php.net>
Thu, 12 Dec 2002 14:12:42 +0000 (14:12 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 12 Dec 2002 14:12:42 +0000 (14:12 +0000)
ext/openssl/openssl.c

index 3366568219b7b52904bc31881a5dd01496a83c6c..61f781eea51cff7ae9a397351edb05f6ee7864c4 100644 (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;
        }