Skip to content

Commit

Permalink
fixing (char*)…->v_str by appending ->s_str in custom/c_help.c, a…
Browse files Browse the repository at this point in the history
…nd symlinking custhelp for uninstalled testing
  • Loading branch information
vike2000 committed Jul 11, 2024
1 parent 3f106bf commit 1d70a1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions custhelp
2 changes: 1 addition & 1 deletion custom/c_help.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ c_help(char *UNUSED(name), int UNUSED(count), VALUE **vals)
/*
* give the help
*/
customhelp((char *)vals[0]->v_str);
customhelp((char *)vals[0]->v_str->s_str);

/*
* return NULL
Expand Down

0 comments on commit 1d70a1f

Please sign in to comment.