waste 1 extra byte per SDP record to allow compilation with older compilers

This commit is contained in:
matthias.ringwald@gmail.com 2013-12-19 22:41:50 +00:00
parent eb984d877b
commit 9314412306

View File

@ -66,7 +66,7 @@ typedef struct {
// data is contained in same memory
uint32_t service_record_handle;
uint8_t service_record[0];
uint8_t service_record[1]; // waste 1 byte to allow compilation with older compilers
} service_record_item_t;