Use rb_* versions of nonportable string functions

This commit is contained in:
Elizabeth Myers 2016-04-05 05:39:59 -05:00
parent 508e25a85b
commit f956cb0f1f
22 changed files with 44 additions and 66 deletions

View file

@ -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