(servercmd): Fix telegram info prompt. Broken in rev. 1.37.
This commit is contained in:
parent
7e61dff2da
commit
a46c7656d2
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ servercmd(int code, char *arg, int len)
|
|||
break;
|
||||
case C_INFORM:
|
||||
if (arg[0] != '\n') {
|
||||
snprintf(teles, sizeof(teles), "(%.*s )", len -1, arg);
|
||||
snprintf(teles, sizeof(teles), "(%.*s) ", len -1, arg);
|
||||
if (!redir_fp) {
|
||||
putchar('\07');
|
||||
prompt(code, the_prompt, teles);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue