mirror of
https://gitee.com/openharmony/third_party_alsa-lib
synced 2024-11-23 07:30:32 +00: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
@ -116,7 +116,7 @@ static int _to_integer(value_type_t *val, snd_config_t *c)
|
||||
default:
|
||||
return -EINVAL;
|
||||
}
|
||||
return 0;
|
||||
return err;
|
||||
}
|
||||
|
||||
int _snd_eval_string(snd_config_t **dst, const char *s,
|
||||
|
Loading…
Reference in New Issue
Block a user