rb_string_to_array: document parv array size
This commit is contained in:
parent
42e6fbaa8c
commit
01dd3da541
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ rb_free_rb_dlink_node(rb_dlink_node *ptr)
|
|||
* Changes a given buffer into an array of parameters.
|
||||
* Taken from ircd-ratbox.
|
||||
*
|
||||
* inputs - string to parse, array to put in
|
||||
* inputs - string to parse, array to put in (size >= maxpara+1)
|
||||
* outputs - number of parameters
|
||||
*/
|
||||
int
|
||||
|
|
Loading…
Reference in a new issue