mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 23:25:57 +01:00
2018-08-07 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'pam_rd' plug-in. * Removed rdchunk(1). * Upgraded Qt3 to Qt4.
This commit is contained in:
@@ -251,7 +251,7 @@ int RDAudioInfo::ParseInt(const QString &tag,const QString &xml)
|
||||
// a proper XML parser.
|
||||
//
|
||||
QStringList list=list.split("\n",xml);
|
||||
for(unsigned i=0;i<list.size();i++) {
|
||||
for(int i=0;i<list.size();i++) {
|
||||
if(list[i].contains(tag)) {
|
||||
QStringList list2=list.split("<",list[i]);
|
||||
if(list2.size()>=2) {
|
||||
|
||||
Reference in New Issue
Block a user