diff options
| author | 2023-05-30 05:54:45 +0200 | |
|---|---|---|
| committer | 2023-05-30 05:54:45 +0200 | |
| commit | be39b52064771b94e8e28f45a6f43ce32dfcf87d (patch) | |
| tree | f20cec391417affee532505958ee164aba294332 /main.c | |
| parent | Enqueue a close_question user q_item. (diff) | |
| download | penes-snac2-be39b52064771b94e8e28f45a6f43ce32dfcf87d.tar.gz penes-snac2-be39b52064771b94e8e28f45a6f43ce32dfcf87d.tar.xz penes-snac2-be39b52064771b94e8e28f45a6f43ce32dfcf87d.zip | |
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[]) | |||
| 256 | int end_secs = 5 * 60; | 256 | int end_secs = 5 * 60; |
| 257 | xs *opts = xs_split(url, ";"); | 257 | xs *opts = xs_split(url, ";"); |
| 258 | 258 | ||
| 259 | xs *msg = msg_question(&snac, "Poll", opts, 0, end_secs); | 259 | xs *msg = msg_question(&snac, "Poll", NULL, opts, 0, end_secs); |
| 260 | xs *c_msg = msg_create(&snac, msg); | 260 | xs *c_msg = msg_create(&snac, msg); |
| 261 | 261 | ||
| 262 | if (dbglevel) { | 262 | if (dbglevel) { |