From 10b5baaef32076369b06b4318cc61e6fa11e5493 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 30 Nov 1999 12:56:52 +0000 Subject: Don't use continuation shortcuts until real client is written. --- nest/cli.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nest') 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 -- cgit v1.2.3