]> git.alsa-project.org Git - alsa-lib.git/commit
error: fix the "return old snd_lib_error_set_handler() behaviour"
authorJaroslav Kysela <perex@perex.cz>
Thu, 8 Jan 2026 12:19:34 +0000 (13:19 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 8 Jan 2026 12:19:45 +0000 (13:19 +0100)
commit8bea4b13d162386e5dbd28371a4491426672a7df
tree189390378853eb03bccd1470734149f61845e3b9
parenta37b8b9377676327016c2335facdce66d9d8700c
error: fix the "return old snd_lib_error_set_handler() behaviour"

The variable arguments must be handled differently. Add a conversion
routine which use the original argument call convention.

Fixes: f55eece8 ("error: return old snd_lib_error_set_handler() behaviour")
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
src/error.c