mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04: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
|
|
@ -46,7 +46,7 @@ void config_close()
|
|||
|
||||
void config_set_stereo(GtkWidget *but, gpointer data)
|
||||
{
|
||||
gint i=(gint)data;
|
||||
gint i=GPOINTER_TO_INT(data);
|
||||
config_stereo[i]=GTK_TOGGLE_BUTTON(but)->active;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue