Initial version
This commit is contained in:
parent
c21b6e0ed4
commit
ae9b156b28
|
@ -89,7 +89,7 @@ bool TrackFinder::FindTrack()
|
||||||
nsec.push_back(nsec_1);
|
nsec.push_back(nsec_1);
|
||||||
amp.push_back(amp_1);
|
amp.push_back(amp_1);
|
||||||
}
|
}
|
||||||
else if(ch_id.size() >= 4)
|
else if(ch_id.size() >= 4) //ha négynél több
|
||||||
{
|
{
|
||||||
istrackavailable = true;
|
istrackavailable = true;
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue