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 <[email protected]>
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
_______________________________________________
pulseaudio-commits mailing list
[email protected]
https://tango.0pointer.de/mailman/listinfo/pulseaudio-commits

Reply via email to