]> Git Repo - qemu.git/commit
audio: Use g_strdup_printf instead of manual building a string
authorFrediano Ziglio <[email protected]>
Mon, 25 Feb 2019 15:43:34 +0000 (15:43 +0000)
committerGerd Hoffmann <[email protected]>
Thu, 28 Feb 2019 09:26:53 +0000 (10:26 +0100)
commit71f2874fc10cfd0c0dbbe560d250d0cafa9fe220
tree519f9acf444baacf05a398644f58c17df6c08a4c
parent86c7e2f4a93322a76afea5ee6806a83420d1dfea
audio: Use g_strdup_printf instead of manual building a string

Instead of using lot of low level function and manually allocate
the temporary string in audio_process_options use more high
level GLib function. The function is not used in hot path but to
read some initial setting.

Signed-off-by: Frediano Ziglio <[email protected]>
Message-id: 20190225154335[email protected]
Signed-off-by: Gerd Hoffmann <[email protected]>
audio/audio.c
This page took 0.024628 seconds and 4 git commands to generate.