Skip to content

Commit 1d70a1f

Browse files
committed
fixing (char*)…->v_str by appending ->s_str in custom/c_help.c, and symlinking custhelp for uninstalled testing
1 parent 3f106bf commit 1d70a1f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

custhelp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
custom

custom/c_help.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ c_help(char *UNUSED(name), int UNUSED(count), VALUE **vals)
8888
/*
8989
* give the help
9090
*/
91-
customhelp((char *)vals[0]->v_str);
91+
customhelp((char *)vals[0]->v_str->s_str);
9292

9393
/*
9494
* return NULL

0 commit comments

Comments
 (0)