Commit 8d1003a1 authored by Willem Thiart's avatar Willem Thiart
Browse files

Used unsigned int for length

parent 550a13ff
......@@ -38,7 +38,7 @@ typedef struct
typedef struct {
void *buf;
uint32_t len;
unsigned int len;
} msg_entry_data_t;
typedef struct
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment