unsigned int8 replaced with uint8_t for windows build

This commit is contained in:
jr76
2011-09-19 11:33:23 +01:00
parent 24d8cb96a3
commit e1dc920661
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -263,7 +263,7 @@ namespace epics {
// second byte version - major/minor nibble
int8 magic = receiveBuffer->getByte();
int8 version = receiveBuffer->getByte();
if((magic != CA_MAGIC) || (((unsigned int8)version) >> 4)!=CA_MAJOR_PROTOCOL_REVISION)
if((magic != CA_MAGIC) || (((uint8_t)version) >> 4)!=CA_MAJOR_PROTOCOL_REVISION)
return false;
// only data for UDP