mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-09 14:33:28 +02:00
2018-08-08 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in 'RDAudioInfo' that caused segfaults.
This commit is contained in:
parent
8cfc9e381a
commit
3e37fbefac
@ -17339,3 +17339,5 @@
|
||||
2018-08-08 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in the 'Edit Cart' dialog in rdlibrary(1)
|
||||
that caused button legends to be misaligned.
|
||||
2018-08-08 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in 'RDAudioInfo' that caused segfaults.
|
||||
|
@ -255,7 +255,7 @@ int RDAudioInfo::ParseInt(const QString &tag,const QString &xml)
|
||||
if(list[i].contains(tag)) {
|
||||
QStringList list2=list[i].split("<");
|
||||
if(list2.size()>=2) {
|
||||
list2=list2[i].split(">");
|
||||
list2=list2[1].split(">");
|
||||
if(list2.size()>=2) {
|
||||
return list2[1].toInt();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user