Commit 11566f0a authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Handle <ref></ref> ASX items

parent 345b6087
......@@ -444,8 +444,8 @@ static int Demux( demux_t *p_demux )
}
else continue;
}
if( ( psz_parse = strcasestr( psz_parse, "/>" ) ) )
psz_parse += 2;
if( ( psz_parse = strcasestr( psz_parse, ">" ) ) )
psz_parse++;
else continue;
}
else if( !strncasecmp( psz_parse, "</ASX", 5 ) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment