On Fri, 26 Sep 2003, Hartmut Holzgraefe wrote:

> @@ -302,7 +302,7 @@
>                               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;

Huh? Shouldn't that parameter be INSIDE the function call, and not after 
it?

Derick

-- 
"Interpreting what the GPL actually means is a job best left to those
                    that read the future by examining animal entrails."
-------------------------------------------------------------------------
 Derick Rethans                                 http://derickrethans.nl/ 
 International PHP Magazine                          http://php-mag.net/
-------------------------------------------------------------------------

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to