howerj/dbcc

size_t for message_count

martonmiklos opened this issue · 1 comments

dbcc/can.h

Line 70 in ce968d8

int message_count;

Is there any reason why here int was used not size_t like here:

dbcc/can.h

Line 63 in ce968d8

size_t signal_count; /**< number of signals */

No there isn't. I've fixed it in the latest commit. Cheers!