Fixed up most warnings after bacdcode changes to unsigned and signed decoding.
Fixed up the Visual C++ demo in ports/win32/bacnet/
This commit is contained in:
+3
-3
@@ -47,12 +47,12 @@ typedef struct BACnet_Atomic_Write_File_Data
|
||||
{
|
||||
struct
|
||||
{
|
||||
int fileStartPosition;
|
||||
int32_t fileStartPosition;
|
||||
} stream;
|
||||
struct
|
||||
{
|
||||
int fileStartRecord;
|
||||
unsigned returnedRecordCount;
|
||||
int32_t fileStartRecord;
|
||||
uint32_t returnedRecordCount;
|
||||
} record;
|
||||
} type;
|
||||
BACNET_OCTET_STRING fileData;
|
||||
|
||||
Reference in New Issue
Block a user