conf: confeval - fix _to_integer error code

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2021-11-30 14:42:12 +01:00
parent 327bd5f28b
commit a95942f1af

View File

@ -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,