Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
labs
BIRD Internet Routing Daemon
Commits
a998836d
Commit
a998836d
authored
Oct 04, 2016
by
Ondřej Zajíček
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Filter: fix missing separator
parent
a46e01ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
filter/trie.c
filter/trie.c
+1
-1
No files found.
filter/trie.c
View file @
a998836d
...
...
@@ -297,7 +297,7 @@ trie_format(struct f_trie *t, buffer *buf)
buffer_puts
(
buf
,
"["
);
if
(
t
->
zero
)
buffer_print
(
buf
,
"%I/%d"
,
IPA_NONE
,
0
);
buffer_print
(
buf
,
"%I/%d
,
"
,
IPA_NONE
,
0
);
trie_node_format
(
t
->
root
,
buf
);
/* Undo last separator */
...
...
Write
Preview
Markdown
is supported
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