Maximum length of foe filename extended to 255.

This commit is contained in:
Knud Baastrup 2015-04-14 13:10:55 -04:00
parent dd49a34f83
commit fd9e5a770e
1 changed files with 1 additions and 1 deletions

View File

@ -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;
/*****************************************************************************/