Enabled short continuations.

This commit is contained in:
Martin Mares 2000-03-04 21:26:19 +00:00
parent a58dad6238
commit c7814f01fc

View file

@ -55,11 +55,9 @@ cli_printf(cli *c, int code, char *msg, ...)
if (cd < 0) if (cd < 0)
{ {
cd = -cd; cd = -cd;
#if 0 /* FIXME: Enable */
if (cd == c->last_reply) if (cd == c->last_reply)
size = bsprintf(buf, " "); size = bsprintf(buf, " ");
else else
#endif
size = bsprintf(buf, "%04d-", cd); size = bsprintf(buf, "%04d-", cd);
} }
else else