diff options
author | default <nobody@localhost> | 2023-05-30 05:54:45 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-05-30 05:54:45 +0200 |
commit | be39b52064771b94e8e28f45a6f43ce32dfcf87d (patch) | |
tree | f20cec391417affee532505958ee164aba294332 /main.c | |
parent | 765936244888f8d5f1644b0178cc6dc70597166b (diff) |
Create the base message of msg_question() from msg_note().
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -256,7 +256,7 @@ int main(int argc, char *argv[]) int end_secs = 5 * 60; xs *opts = xs_split(url, ";"); - xs *msg = msg_question(&snac, "Poll", opts, 0, end_secs); + xs *msg = msg_question(&snac, "Poll", NULL, opts, 0, end_secs); xs *c_msg = msg_create(&snac, msg); if (dbglevel) { |