]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Enabled short continuations.
authorMartin Mares <mj@ucw.cz>
Sat, 4 Mar 2000 21:26:19 +0000 (21:26 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 4 Mar 2000 21:26:19 +0000 (21:26 +0000)
nest/cli.c

index c752cf7ee9b30905667cc62f89af2cd02f984fc6..661178c41d7f39675326fac9f936a8c3c5884edc 100644 (file)
@@ -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