]> granicus.if.org Git - php/commitdiff
MFH
authorMarcus Boerger <helly@php.net>
Thu, 12 Dec 2002 14:16:16 +0000 (14:16 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 12 Dec 2002 14:16:16 +0000 (14:16 +0000)
ext/openssl/openssl.c

index 6135fb05f630bdb46a04a8933f9a06ebd7e5956a..41a5cf5787604171f26d07b95bc45643a6dbd7a7 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;
        }