From 2bf4ba798f8f7b9604795a7c5de1c273abb95b7c Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Fri, 26 Sep 2003 10:13:35 +0000 Subject: [PATCH] MFH --- ext/yp/yp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- 2.50.1