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

Don't use continuation shortcuts until real client is written.

parent 163b2073
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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