[vlc-devel] sap.c patch
James MacLean
macleajb at ednet.ns.ca
Wed Jul 21 02:28:58 CEST 2004
May I suggest the following patch to the latest sap.c SVN updates :
Index: modules/misc/sap.c
===================================================================
--- modules/misc/sap.c (revision 8228)
+++ modules/misc/sap.c (working copy)
@@ -771,7 +771,7 @@
psz_http_path = strdup( p_sd->pp_attributes[i]->psz_value );
}
if( !strcasecmp( p_sd->pp_attributes[i]->psz_field , "plgroup" ) ||
- ( !strcasecmp( p_sd->pp_attributes[i]->psz_field , "x-plgroup" ) )
+ ( !strcasecmp( p_sd->pp_attributes[i]->psz_field , "x-plgroup" ) ) )
{
int i_group_id;
p_playlist =
--
Got it rolling for me ;),
JES
--
James B. MacLean macleajb at ednet.ns.ca
Department of Education
Nova Scotia, Canada
-------------- next part --------------
Index: modules/misc/sap.c
===================================================================
--- modules/misc/sap.c (revision 8228)
+++ modules/misc/sap.c (working copy)
@@ -771,7 +771,7 @@
psz_http_path = strdup( p_sd->pp_attributes[i]->psz_value );
}
if( !strcasecmp( p_sd->pp_attributes[i]->psz_field , "plgroup" ) ||
- ( !strcasecmp( p_sd->pp_attributes[i]->psz_field , "x-plgroup" ) )
+ ( !strcasecmp( p_sd->pp_attributes[i]->psz_field , "x-plgroup" ) ) )
{
int i_group_id;
p_playlist =
More information about the vlc-devel
mailing list