mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-03-11 05:33:46 -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
|
|
@ -65,7 +65,7 @@ static GdkGC *get_pen(int idx, int nRed, int nGreen, int nBlue)
|
|||
return gc;
|
||||
}
|
||||
|
||||
static int get_index(gchar *name)
|
||||
static int get_index(const gchar *name)
|
||||
{
|
||||
int result;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue