summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nest/cli.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nest/cli.c b/nest/cli.c
index 4ef0f83..ca4cc82 100644
--- a/nest/cli.c
+++ b/nest/cli.c
@@ -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