]> granicus.if.org Git - php/commitdiff
stupid typo fix
authorHartmut Holzgraefe <hholzgra@php.net>
Fri, 26 Sep 2003 10:02:06 +0000 (10:02 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Fri, 26 Sep 2003 10:02:06 +0000 (10:02 +0000)
ext/yp/yp.c

index b807bb908ea1c416cfced4452fca9ee84126440a..f8b3e0015cbdce0070c471cc5d2660ea43343bd9 100644 (file)
@@ -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);
                        }
                }