Browse Source

stupid typo fix

PEAR_1_4DEV
Hartmut Holzgraefe 23 years ago
parent
commit
fbc1386eac
  1. 2
      ext/yp/yp.c

2
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);
}
}

Loading…
Cancel
Save