diff options
author | mi <mi@FreeBSD.org> | 2015-04-14 09:35:45 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2015-04-14 09:35:45 +0800 |
commit | 2f7167c0e8b6882a1a07ea048839596abfed369d (patch) | |
tree | 8ba9f89292f1e6da1b2a6f1bfd0b3241f03b90b6 /security | |
parent | d62d21f0dc0dad6f8c478af8353b80ba192b05a9 (diff) | |
download | freebsd-ports-gnome-2f7167c0e8b6882a1a07ea048839596abfed369d.tar.gz freebsd-ports-gnome-2f7167c0e8b6882a1a07ea048839596abfed369d.tar.zst freebsd-ports-gnome-2f7167c0e8b6882a1a07ea048839596abfed369d.zip |
Fix a copy/paste error in the patch.
Diffstat (limited to 'security')
-rw-r--r-- | security/pecl-crack/files/patch-modern-api | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pecl-crack/files/patch-modern-api b/security/pecl-crack/files/patch-modern-api index 978b917c50aa..7c7acbd2d8b2 100644 --- a/security/pecl-crack/files/patch-modern-api +++ b/security/pecl-crack/files/patch-modern-api @@ -141,7 +141,7 @@ + dictionary = NULL; + break; + case 4: -+ id = zend_parse_parameters(3 TSRMLS_CC, "sssr", ++ id = zend_parse_parameters(4 TSRMLS_CC, "sssr", + &password, &password_len, + &username, &username_len, + &gecos, &gecos_len, |