diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-04-25 18:19:41 +0200 |
---|---|---|
committer | malc <av1474@comtv.ru> | 2012-04-25 21:04:57 +0400 |
commit | d6c05bbf29a40c531830e3968491f876328bb08f (patch) | |
tree | 76383b51f36ec3f735db0e7b9943b1125596e63e /audio | |
parent | cf36b31db209a261ee3bc2737e788e1ced0a1bec (diff) |
fix paaudio.c warnings
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/paaudio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/paaudio.c b/audio/paaudio.c index e6708d0db5..aa15f16ec7 100644 --- a/audio/paaudio.c +++ b/audio/paaudio.c @@ -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; } |