Skip to content

Commit 73f3a1c

Browse files
LamentXU123Girgias
andauthored
Apply suggestion from @Girgias
Co-authored-by: Gina Peter Banyard <girgias@php.net>
1 parent 631983e commit 73f3a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/crypt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ PHP_MSHUTDOWN_FUNCTION(crypt) /* {{{ */
6767
}
6868
/* }}} */
6969

70-
PHPAPI zend_string *php_crypt(const char *password, size_t pass_len, const char *salt, int salt_len, bool quiet)
70+
PHPAPI zend_string *php_crypt(const char *password, size_t pass_len, const char *salt, size_t salt_len, bool quiet)
7171
{
7272
char *crypt_res;
7373
zend_string *result;

0 commit comments

Comments
 (0)