mirror of
https://github.com/linux-can/can-utils.git
synced 2026-09-20 23:12:09 +02:00
can-utils/lib: fix build issues introduced with sprintf_can_error_frame()
Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
This commit is contained in:
@@ -148,7 +148,7 @@ void sprint_long_canframe(char *buf , struct can_frame *cf, int view);
|
||||
*
|
||||
*/
|
||||
|
||||
void snprintf_can_error_frame(char *buf, int len, struct can_frame *cf,
|
||||
void snprintf_can_error_frame(char *buf, size_t len, struct can_frame *cf,
|
||||
char *sep);
|
||||
/*
|
||||
* Creates a CAN error frame output in user readable format.
|
||||
|
||||
Reference in New Issue
Block a user