Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
8d8a6272
Commit
8d8a6272
authored
Aug 10, 2006
by
Rémi Denis-Courmont
Browse files
Partial UPnP fix from Christian Henz, from Ralf Huvendiek.
parent
70631390
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/services_discovery/upnp_intel.cpp
View file @
8d8a6272
...
...
@@ -411,7 +411,9 @@ IXML_Document* parseBrowseResult( IXML_Document* doc )
if
(
!
textNode
)
return
0
;
const
char
*
resultString
=
ixmlNode_getNodeValue
(
textNode
);
char
*
resultXML
=
convert_xml_special_chars
(
resultString
);
char
*
resultXML
=
strdup
(
resultString
);
resolve_xml_special_chars
(
resultXML
);
IXML_Document
*
browseDoc
=
ixmlParseBuffer
(
resultXML
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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