mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Forgot an else.
This commit is contained in:
parent
1a9ee5c95f
commit
d2b9b059ba
|
@ -280,8 +280,8 @@ void line_eval(Tox *m, char *line)
|
|||
} else {
|
||||
new_lines(format_message(m, *posi + 1, -1));
|
||||
}
|
||||
} else
|
||||
new_lines("Error, bad input.");
|
||||
}
|
||||
} else if (inpt_command == 'n') {
|
||||
uint8_t name[TOX_MAX_NAME_LENGTH];
|
||||
size_t i, len = strlen(line);
|
||||
|
|
Loading…
Reference in New Issue
Block a user