Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-Server
Commits
5d4430a6
Commit
5d4430a6
authored
Jun 08, 2018
by
Philipp Schafft
🦁
Browse files
Update: Made norec parameter optional
parent
6f8270dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/reportxml.c
View file @
5d4430a6
...
...
@@ -767,7 +767,7 @@ static int __attach_copy_of_node_or_definition(reportxml_node_t *parent, reportx
if
(
depth
>=
2
)
{
definition
=
reportxml_node_get_attribute
(
node
,
"definition"
);
if
(
definition
)
{
if
(
strcmp
(
definition
,
norec
)
==
0
)
{
if
(
norec
!=
NULL
&&
strcmp
(
definition
,
norec
)
==
0
)
{
/* we've already proccessed this. No need to look it up. */
free
(
definition
);
}
else
{
...
...
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