mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
conf: confeval - fix _to_integer error code
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
327bd5f28b
commit
a95942f1af
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ static int _to_integer(value_type_t *val, snd_config_t *c)
|
||||||
default:
|
default:
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
return 0;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
int _snd_eval_string(snd_config_t **dst, const char *s,
|
int _snd_eval_string(snd_config_t **dst, const char *s,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue