OSDN Git Service

fix paaudio.c warnings
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 25 Apr 2012 16:19:41 +0000 (18:19 +0200)
committermalc <av1474@comtv.ru>
Wed, 25 Apr 2012 17:04:57 +0000 (21:04 +0400)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: malc <av1474@comtv.ru>
audio/paaudio.c

index e6708d0..aa15f16 100644 (file)
@@ -505,8 +505,7 @@ fail:
         pa_stream_unref (stream);
     }
 
-    qpa_logerr (pa_context_errno (g->context),
-                "stream_new() failed\n");
+    *rerror = pa_context_errno (g->context);
 
     return NULL;
 }