projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf36b31
)
fix paaudio.c warnings
author
Gerd Hoffmann
<kraxel@redhat.com>
Wed, 25 Apr 2012 16:19:41 +0000
(18:19 +0200)
committer
malc
<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
patch
|
blob
|
history
diff --git
a/audio/paaudio.c
b/audio/paaudio.c
index e6708d0db548ff5f19a084cf64fe3680ddbefefc..aa15f16ec7b951bcbd317865ab2614391e606990 100644
(file)
--- 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;
}