summaryrefslogtreecommitdiff
path: root/testing/toxic/prompt.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-18 10:19:35 -0400
committerirungentoo <irungentoo@gmail.com>2013-08-18 10:19:35 -0400
commit558a80f1c38dd4a9099102b5e1f54b7cbd209a33 (patch)
tree79a4548b39f59b6834e4729aa67e60f7f8658cd6 /testing/toxic/prompt.c
parent3aaa144b90a50caf69fcd8a982739cf852ad47c2 (diff)
parentaf12267c77c406547f06c75fca4b8c3cbefdec72 (diff)
Merge branch 'tox-bugs' of https://github.com/stqism/ToxCore into stqism-tox-bugs
Diffstat (limited to 'testing/toxic/prompt.c')
-rw-r--r--testing/toxic/prompt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/toxic/prompt.c b/testing/toxic/prompt.c
index 0c1cf4b0..473633d4 100644
--- a/testing/toxic/prompt.c
+++ b/testing/toxic/prompt.c
@@ -272,6 +272,7 @@ void cmd_nick(ToxWindow *self, Messenger *m, char **args)
272 char *nick = args[1]; 272 char *nick = args[1];
273 setname(m, (uint8_t *) nick, strlen(nick) + 1); 273 setname(m, (uint8_t *) nick, strlen(nick) + 1);
274 wprintw(self->window, "Nickname set to: %s\n", nick); 274 wprintw(self->window, "Nickname set to: %s\n", nick);
275
275 if (store_data(m, DATA_FILE)) { 276 if (store_data(m, DATA_FILE)) {
276 wprintw(self->window, "\nCould not store Messenger data\n"); 277 wprintw(self->window, "\nCould not store Messenger data\n");
277 } 278 }