From fbc1386eac57e87f467514668cf80afe35da796e Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Fri, 26 Sep 2003 10:02:06 +0000 Subject: [PATCH] stupid typo fix --- 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 b807bb908ea..f8b3e0015cb 100644 --- a/ext/yp/yp.c +++ b/ext/yp/yp.c @@ -302,7 +302,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()"), inkeylen+1; + php_error(E_WARNING, "Can't allocate %d bytes for key buffer in yp_cat()", inkeylen+1); } }