mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +00:00
Enabled short continuations.
This commit is contained in:
parent
a58dad6238
commit
c7814f01fc
@ -55,11 +55,9 @@ 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 New Issue
Block a user