Skip to content
Snippets Groups Projects
Commit c7814f01 authored by Martin Mareš's avatar Martin Mareš
Browse files

Enabled short continuations.

parent a58dad62
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment