From: Sara Golemon Date: Thu, 13 Mar 2003 16:10:21 +0000 (+0000) Subject: Bug #21534. Silly typo. X-Git-Tag: RELEASE_0_5~494 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cbf8c3e3465f69ab08253e48b03f9c4281e68c06;p=php Bug #21534. Silly typo. --- diff --git a/ext/gmp/gmp.c b/ext/gmp/gmp.c index 8a78bde5bd..21b3380775 100644 --- a/ext/gmp/gmp.c +++ b/ext/gmp/gmp.c @@ -915,7 +915,7 @@ ZEND_FUNCTION(gmp_gcdext) } FETCH_GMP_ZVAL(gmpnum_a, a_arg); - FETCH_GMP_ZVAL(gmpnum_b, a_arg); + FETCH_GMP_ZVAL(gmpnum_b, b_arg); INIT_GMP_NUM(gmpnum_g); INIT_GMP_NUM(gmpnum_s);