mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2018-08-08 Fred Gleason <fredg@paravelsystems.com>
* Modified all instances of 'QStringList::split()' calls to use 'QString::split()'.
This commit is contained in:
@@ -229,7 +229,7 @@ bool RDAlsa::LoadAsoundConfig(const QString &filename)
|
||||
break;
|
||||
|
||||
case 1:
|
||||
list=list.split(" ",str);
|
||||
list=str.split(" ");
|
||||
if(list[0]=="}") {
|
||||
if((port>=0)&&(port<RD_MAX_CARDS)) {
|
||||
card_rivendell_cards[port]=card;
|
||||
|
Reference in New Issue
Block a user