Changeset 4fb40a4b1dff58b216ddff79fe2535054dfaa18e

Show
Ignore:
Timestamp:
02/03/08 11:18:05 (7 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1202033885 +0000
git-parent:

[cffd9d0fca7c28f12f54d4ba3a9ef90061754698]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1202033885 +0000
Message:

libupnp: Don't unescape XML twice. Patch by Robson Braga Araujo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • THANKS

    rcffd9d0 r4fb40a4  
    189189Richard Hosking <richard at hovis.net> - v4l2 support 
    190190Rob Casey <rob dot casey AT swishgroup dot com dot au> - Amino RTSP fix 
     191Robson Braga Araujo - UPnP discovery XML fix 
    191192Roine Gustafsson <roine at popstar.com> - spudec bug fixes 
    192193Roman Bednarek <roman at mikronika.com.pl> - MPL2 subtitles support 
  • modules/services_discovery/upnp_intel.cpp

    r99fab90 r4fb40a4  
    4545#include <vlc/vlc.h> 
    4646#include <vlc_playlist.h> 
    47 #include "vlc_strings.h" 
    4847 
    4948 
     
    398397    const char* resultString = ixmlNode_getNodeValue( textNode ); 
    399398    char* resultXML = strdup( resultString ); 
    400  
    401     resolve_xml_special_chars( resultXML ); 
    402399 
    403400    IXML_Document* browseDoc = ixmlParseBuffer( resultXML );