From: Hartmut Holzgraefe Date: Fri, 26 Sep 2003 10:02:06 +0000 (+0000) Subject: stupid typo fix X-Git-Tag: RELEASE_1_3b2~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fbc1386eac57e87f467514668cf80afe35da796e;p=php stupid typo fix --- diff --git a/ext/yp/yp.c b/ext/yp/yp.c index b807bb908e..f8b3e0015c 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); } }