mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-28 01:40:18 -05:00
envy24control: fix cast warnings and string array overflows
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
54b5913cd5
commit
97092591e0
7 changed files with 20 additions and 16 deletions
|
|
@ -44,7 +44,7 @@
|
|||
#define MAX_PROFILE_SIZE 32768
|
||||
#define MAX_SEARCH_FIELD_LENGTH 1024
|
||||
#define MAX_FILE_NAME_LENGTH 1024
|
||||
#define MAX_NUM_STR_LENGTH 10
|
||||
#define MAX_NUM_STR_LENGTH 11
|
||||
#define TOKEN_SEP "|"
|
||||
#define SEP_CHAR ' '
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue