Don't use continuation shortcuts until real client is written.
This commit is contained in:
parent
163b207346
commit
10b5baaef3
1 changed files with 2 additions and 0 deletions
|
@ -26,9 +26,11 @@ cli_printf(cli *c, int code, char *msg, ...)
|
|||
if (cd < 0)
|
||||
{
|
||||
cd = -cd;
|
||||
#if 0 /* FIXME: Enable */
|
||||
if (cd == c->last_reply)
|
||||
size = bsprintf(buf, " ");
|
||||
else
|
||||
#endif
|
||||
size = bsprintf(buf, "%04d-", cd);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue