Use rb_* versions of nonportable string functions
This commit is contained in:
parent
508e25a85b
commit
f956cb0f1f
22 changed files with 44 additions and 66 deletions
|
@ -295,7 +295,7 @@ handle_encap(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *so
|
|||
void
|
||||
clear_hash_parse()
|
||||
{
|
||||
cmd_dict = rb_dictionary_create("command", strcasecmp);
|
||||
cmd_dict = rb_dictionary_create("command", rb_strcasecmp);
|
||||
}
|
||||
|
||||
/* mod_add_cmd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue