From c7814f01fc5fb51ae4054833ea8074ab9bcc86de Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 4 Mar 2000 21:26:19 +0000 Subject: Enabled short continuations. --- nest/cli.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'nest/cli.c') diff --git a/nest/cli.c b/nest/cli.c index c752cf7..661178c 100644 --- a/nest/cli.c +++ b/nest/cli.c @@ -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 -- cgit v1.2.3