Maximum length of foe filename extended to 255.
This commit is contained in:
parent
dd49a34f83
commit
fd9e5a770e
|
|
@ -440,7 +440,7 @@ typedef struct {
|
|||
size_t data_size;
|
||||
uint32_t result;
|
||||
uint32_t error_code;
|
||||
char file_name[32];
|
||||
char file_name[255];
|
||||
} ec_ioctl_slave_foe_t;
|
||||
|
||||
/*****************************************************************************/
|
||||
|
|
|
|||
Loading…
Reference in New Issue