[pulseaudio-commits] src/pulse

Arun Raghavan arun at kemper.freedesktop.org
Tue Aug 16 02:57:41 PDT 2011


 src/pulse/format.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0ef7e5cb4c22bd8b781cb2a2e790612a8f72e00f
Author: Arun Raghavan <arun.raghavan at collabora.co.uk>
Date:   Tue Aug 16 15:21:45 2011 +0530

    format: Remove stupid copy-paste-o
    
    Thanks to Maarten Bosmans for the catch.

diff --git a/src/pulse/format.c b/src/pulse/format.c
index f4eed83..eee3b54 100644
--- a/src/pulse/format.c
+++ b/src/pulse/format.c
@@ -330,7 +330,7 @@ pa_bool_t pa_format_info_get_prop_string(pa_format_info *f, const char *key, cha
     pa_assert(key);
     pa_assert(v);
 
-    str = pa_proplist_gets(f->plist, key), FALSE;
+    str = pa_proplist_gets(f->plist, key);
     if (!str)
         return FALSE;
 



More information about the pulseaudio-commits mailing list