-
由 Nishanth Menon 提交于
message->len is of type size_t and %d is incorrect format usage. Instead use %zu for handling size_t correctly. Signed-off-by: NNishanth Menon <nm@ti.com> Signed-off-by: NJassi Brar <jaswinder.singh@linaro.org>
ca64af43
message->len is of type size_t and %d is incorrect format usage. Instead use %zu for handling size_t correctly. Signed-off-by: NNishanth Menon <nm@ti.com> Signed-off-by: NJassi Brar <jaswinder.singh@linaro.org>