mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-08 13:30:08 -05:00
fix sign confusion
This commit is contained in:
parent
74e5f9fbcf
commit
e918f9f77c
60 changed files with 164 additions and 146 deletions
|
|
@ -451,7 +451,8 @@ static void *loop(void *user_data)
|
|||
|
||||
printf("enter thread\n");
|
||||
while (data->running) {
|
||||
int i, r;
|
||||
int r;
|
||||
unsigned int i;
|
||||
|
||||
/* rebuild */
|
||||
if (data->rebuild_fds) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue