mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
sonynwz/scsitools: fix string buffer size
Change-Id: I8997e7c3791b805a70a30cd1209a69b7afbec1e7
This commit is contained in:
parent
44fb7f384e
commit
392db31d90
1 changed files with 1 additions and 1 deletions
|
@ -584,7 +584,7 @@ typedef void (*dpcc_print_func_t)(void *buffer, int buf_size);
|
||||||
struct dpcc_prop_t
|
struct dpcc_prop_t
|
||||||
{
|
{
|
||||||
char *user_name;
|
char *user_name;
|
||||||
char name[7];
|
char name[8];
|
||||||
uint8_t cdb1; // flags: bit 0 means size flag (means size in paragraph)
|
uint8_t cdb1; // flags: bit 0 means size flag (means size in paragraph)
|
||||||
int size;
|
int size;
|
||||||
dpcc_print_func_t print_func;
|
dpcc_print_func_t print_func;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue