mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
fix yet another pa_context_connect() occurance with regards to the flags parameter
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@535 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
a8e85ba688
commit
0858ef9bed
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ int main(int argc, char *argv[]) {
|
|||
|
||||
pa_context_set_state_callback(context, context_state_callback, NULL);
|
||||
|
||||
pa_context_connect(context, NULL, 1, NULL);
|
||||
pa_context_connect(context, NULL, 0, NULL);
|
||||
|
||||
if (pa_mainloop_run(m, &ret) < 0)
|
||||
fprintf(stderr, "pa_mainloop_run() failed.\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue