Browse Source

capture_client: fix sign comparison warnings

pull/4/head
Tristan Matthews 11 years ago
parent
commit
335effb1ec
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      capture_client.c

+ 1
- 1
capture_client.c View File

@@ -112,7 +112,7 @@ disk_thread (void *arg)
int
process (jack_nframes_t nframes, void *arg)
{
int chn;
unsigned chn;
size_t i;
jack_thread_info_t *info = (jack_thread_info_t *) arg;



Loading…
Cancel
Save