commit | d6c05bbf29a40c531830e3968491f876328bb08f | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Wed Apr 25 18:19:41 2012 +0200 |
committer | malc <av1474@comtv.ru> | Wed Apr 25 21:04:57 2012 +0400 |
tree | 76383b51f36ec3f735db0e7b9943b1125596e63e | |
parent | cf36b31db209a261ee3bc2737e788e1ced0a1bec [diff] [blame] |
fix paaudio.c warnings Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: malc <av1474@comtv.ru>
diff --git a/audio/paaudio.c b/audio/paaudio.c index e6708d0..aa15f16 100644 --- a/audio/paaudio.c +++ b/audio/paaudio.c
@@ -505,8 +505,7 @@ pa_stream_unref (stream); } - qpa_logerr (pa_context_errno (g->context), - "stream_new() failed\n"); + *rerror = pa_context_errno (g->context); return NULL; }