fix shifting compare value

This commit is contained in:
Markus Fröschle
2016-12-06 16:49:42 +00:00
parent 205561e559
commit 24510b8b2a

View File

@@ -522,8 +522,8 @@ static bool match_classcode(uint32_t handle, uint32_t classcode)
return false;
else
classcode >>= 8;
value >>= 8;
}
value >>= 8;
}
return true;
}