fix sign confusion

This commit is contained in:
Wim Taymans 2019-01-07 15:52:42 +01:00
parent 74e5f9fbcf
commit e918f9f77c
60 changed files with 164 additions and 146 deletions

View file

@ -420,7 +420,8 @@ static void *loop(void *user_data)
printf("enter thread %d\n", data->n_sources);
while (data->running) {
int i, r;
int r;
unsigned int i;
/* rebuild */
if (data->rebuild_fds) {