From: Hartmut Holzgraefe Date: Fri, 26 Sep 2003 10:13:35 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.3.4RC1~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2bf4ba798f8f7b9604795a7c5de1c273abb95b7c;p=php MFH --- diff --git a/ext/yp/yp.c b/ext/yp/yp.c index e9795fdc02..2dc9ca3be3 100644 --- a/ext/yp/yp.c +++ b/ext/yp/yp.c @@ -298,7 +298,7 @@ static int php_foreach_cat (int instatus, char *inkey, int inkeylen, char *inval add_assoc_stringl_ex((zval *) indata, key, inkeylen+1, inval, invallen, 1); efree(key); } else { - php_error(E_WARNING, "Can't allocate %d bytes for key buffer in yp_cat()"); + php_error(E_WARNING, "Can't allocate %d bytes for key buffer in yp_cat()", inkeylen+1); } }