Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
labs
BIRD Internet Routing Daemon
Commits
c7814f01
Commit
c7814f01
authored
Mar 04, 2000
by
Martin Mareš
Browse files
Enabled short continuations.
parent
a58dad62
Changes
1
Hide whitespace changes
Inline
Side-by-side
nest/cli.c
View file @
c7814f01
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment