summaryrefslogtreecommitdiff
path: root/comsat/action.c
diff options
context:
space:
mode:
Diffstat (limited to 'comsat/action.c')
-rw-r--r--comsat/action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/comsat/action.c b/comsat/action.c
index ca729d4ee..6abbda31b 100644
--- a/comsat/action.c
+++ b/comsat/action.c
@@ -367,7 +367,7 @@ run_user_action (FILE *tty, const char *cr, message_t msg)
str = expand_line (stmt, msg);
if (!str)
continue;
- if (argcv_get (str, "", &argc, &argv)
+ if (argcv_get (str, "", NULL, &argc, &argv)
|| argc == 0
|| argv[0][0] == '#')
{

Return to:

Send suggestions and report system problems to the System administrator.