This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
example-clients
mirror of
https://github.com/jackaudio/example-clients
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
capture_client: fix sign comparison warnings
pull/4/head
Tristan Matthews
11 years ago
parent
3f4e8cb8ed
commit
335effb1ec
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save