Updated ports/win32 demo for Visual C++ to compile and run with the latest example objects (BI, BO, and LSP). Cleaned up a couple of compile warnings, which corrected a bug in the Binary Output object.

This commit is contained in:
skarg
2006-05-02 14:06:16 +00:00
parent 23a00b7676
commit a6cd9d3967
9 changed files with 186 additions and 43 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ int dcc_decode_service_request(uint8_t * apdu,
&len_value_type);
len += decode_unsigned(&apdu[len], len_value_type, &value32);
if (timeDuration)
*timeDuration = value32;
*timeDuration = (uint16_t)value32;
} else if (timeDuration)
*timeDuration = 0;
/* Tag 1: enable_disable */