mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-21 01:40:16 -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
|
|
@ -20,9 +20,9 @@ int new_process(char * const cmd_line[MAX_PARAM])
|
|||
struct stat file_status;
|
||||
|
||||
/* memory for storage of function pointers from the signal handling routines */
|
||||
void (*int_stat)();
|
||||
void (*quit_stat)();
|
||||
void (*usr2_stat)();
|
||||
void (*int_stat)(int);
|
||||
void (*quit_stat)(int);
|
||||
void (*usr2_stat)(int);
|
||||
|
||||
/*
|
||||
* check command file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue