mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-06 13:29:59 -05:00
topology: return correct value in tplg_save_printf()
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
d04e72c9a5
commit
dc778bade6
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ int tplg_save_printf(char **dst, const char *pfx, const char *fmt, ...)
|
|||
*dst = s;
|
||||
end:
|
||||
free(buf);
|
||||
return 0;
|
||||
return ret;
|
||||
}
|
||||
|
||||
int tplg_nice_value_format(char *dst, size_t dst_size, unsigned int value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue