Fix FTBFS due to narrowing conversion.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e39b4ff653)
r14.0.x
Slávek Banko 4 years ago
parent e4f129f5ba
commit 0c67d45324
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -782,7 +782,7 @@ namespace bt
if (!tf.isNull())
{
// numbers are to be compatible with old chunk info files
switch(buf[i+1])
switch((Int32)buf[i+1])
{
case FIRST_PRIORITY:
case 3:

Loading…
Cancel
Save