[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.13-136-ge4aa5f2
Lennart Poettering
gitmailer-noreply at 0pointer.de
Tue Dec 16 09:18:41 PST 2008
This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.
The master branch has been updated
from 8977b2e61dc2bf58c22d5b7e655a58b0c7ac1375 (commit)
- Log -----------------------------------------------------------------
e4aa5f2... Fix return value of --dump-resample-methods
-----------------------------------------------------------------------
Summary of changes:
src/daemon/main.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
commit e4aa5f2115d7322e691474ccd1835a2f443c27b8
Author: Lennart Poettering <lennart at poettering.net>
Date: Tue Dec 16 18:17:21 2008 +0100
Fix return value of --dump-resample-methods
We should return 0 when --dump-resample-methods is called.
Problem identified by "hchen59".
Closes bug #407.
diff --git a/src/daemon/main.c b/src/daemon/main.c
index f6d2512..df8040b 100644
--- a/src/daemon/main.c
+++ b/src/daemon/main.c
@@ -580,6 +580,7 @@ int main(int argc, char *argv[]) {
if (pa_resample_method_supported(i))
printf("%s\n", pa_resample_method_to_string(i));
+ retval = 0;
goto finish;
}
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list