Fix mac compile
This commit is contained in:
parent
8efa696ed6
commit
c2ecab2e6b
1 changed files with 1 additions and 1 deletions
|
@ -694,7 +694,7 @@ std::set<size_t> Util::findTracks(const DTSC::Meta &M, const JSON::Value &capa,
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
size_t trackNo = JSON::Value(trackVal).asInt();
|
size_t trackNo = JSON::Value(trackVal).asInt();
|
||||||
if (trackVal == JSON::Value(trackNo).asString()){
|
if (trackVal == JSON::Value((uint64_t)trackNo).asString()){
|
||||||
//It's an integer number
|
//It's an integer number
|
||||||
if (!M.tracks.count(trackNo)){
|
if (!M.tracks.count(trackNo)){
|
||||||
INFO_MSG("Track %zd does not exist in stream, cannot select", trackNo);
|
INFO_MSG("Track %zd does not exist in stream, cannot select", trackNo);
|
||||||
|
|
Loading…
Add table
Reference in a new issue