On Mon, 2020-06-22 at 19:32 -0500, Tyler Hicks wrote: > Make args_p be of the char pointer type rather than have it be a void > pointer that gets casted to char pointer when it is used. It is a simple > NUL-terminated string as returned by match_strdup(). > > Signed-off-by: Tyler Hicks <tyhicks@xxxxxxxxxxxxxxxxxxx> Thanks! Mimi