Fix FTBFS due to narrowing conversion.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/3/head
Slávek Banko 4 years ago
parent fce75237d5
commit e39b4ff653
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