From: Martin Mares Date: Sat, 4 Mar 2000 21:26:19 +0000 (+0000) Subject: Enabled short continuations. X-Git-Tag: v1.2.0~1304 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7814f01fc5fb51ae4054833ea8074ab9bcc86de;p=thirdparty%2Fbird.git Enabled short continuations. --- diff --git a/nest/cli.c b/nest/cli.c index c752cf7ee..661178c41 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