summaryrefslogtreecommitdiff
path: root/ext/yp
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2003-09-26 10:02:06 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2003-09-26 10:02:06 +0000
commitfbc1386eac57e87f467514668cf80afe35da796e (patch)
treefafdbcd13bc99fbd35ecaee567db7b7cad45b8f8 /ext/yp
parent3462761d2b99b3c7a4a92aacbdfdc6988b04881d (diff)
downloadphp-git-fbc1386eac57e87f467514668cf80afe35da796e.tar.gz
stupid typo fix
Diffstat (limited to 'ext/yp')
-rw-r--r--ext/yp/yp.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}