]> granicus.if.org Git - php/commitdiff
fix typo
authorAntony Dovgal <tony2001@php.net>
Tue, 29 May 2007 08:01:23 +0000 (08:01 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 29 May 2007 08:01:23 +0000 (08:01 +0000)
ext/standard/md5.c

index fa0d367b39df877d1846debd52c7b102cdf8a925..021f1c7818c9e3c160f45403a5688fa3c46101d3 100644 (file)
@@ -75,7 +75,7 @@ PHP_NAMED_FUNCTION(php_if_md5)
        if (raw_output) {
                RETVAL_STRINGL((char*)digest, 16, 1);
        } else {
-               make_digest_ex(md5str, digest. 16);
+               make_digest_ex(md5str, digest, 16);
                RETVAL_ASCII_STRING(md5str, ZSTR_DUPLICATE);
        }