1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-20 20:56:37 +02:00

fix travis

This commit is contained in:
Jfreegman
2015-08-08 16:45:48 -04:00
parent 8e23ce1b83
commit 6eef188d3c
2 changed files with 42 additions and 13 deletions

View File

@ -568,7 +568,7 @@ void cmd_set_topic(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*arg
selfnick[sn_len] = '\0';
line_info_add(self, timefrmt, NULL, NULL, SYS_MSG, 1, MAGENTA, "-!- You set the topic to: %s.", topic);
line_info_add(self, timefrmt, NULL, NULL, SYS_MSG, 1, MAGENTA, "-!- You set the topic to: %s", topic);
char tmp_event[MAX_STR_SIZE];
snprintf(tmp_event, sizeof(tmp_event), "set topic to %s", topic);