Corrected splint warning.

This commit is contained in:
skarg
2010-11-28 21:04:53 +00:00
parent 072640f887
commit 8041006068
+1 -1
View File
@@ -394,7 +394,7 @@ int bacapp_decode_data_len(
case BACNET_APPLICATION_TAG_DATE:
case BACNET_APPLICATION_TAG_TIME:
case BACNET_APPLICATION_TAG_OBJECT_ID:
len = len_value_type;
len = (int)len_value_type;
break;
default:
break;