diff options
author | Martin Mares <mj@ucw.cz> | 2000-03-04 22:26:19 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-03-04 22:26:19 +0100 |
commit | c7814f01fc5fb51ae4054833ea8074ab9bcc86de (patch) | |
tree | e3b2e563e811c5d0b394a130a253d71836ae4447 /nest | |
parent | a58dad62383855ad1a60d4ec5406c38d24874506 (diff) | |
download | bird-c7814f01fc5fb51ae4054833ea8074ab9bcc86de.tar bird-c7814f01fc5fb51ae4054833ea8074ab9bcc86de.zip |
Enabled short continuations.
Diffstat (limited to 'nest')
-rw-r--r-- | nest/cli.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |