]> git.alsa-project.org Git - alsa-plugins.git/commit
Add trailing NUL character to snprintf output
authorLennart Poettering <lennart@poettering.net>
Thu, 21 Aug 2008 22:11:13 +0000 (00:11 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 3 Sep 2008 18:25:36 +0000 (20:25 +0200)
commit4902e7a9e83d48398cd84b28e00daa837555b83e
treea7f9f8f9c5eb5b6c1e2b81aca3c57cef81b9dfe0
parente3c2aaa6fa61423805d0659d9625bb52337cd6ba
Add trailing NUL character to snprintf output

snprintf doesn't necessarily append a trailing NUL to the strings it writes. So
let's do it explicitly.
pulse/pulse.c