This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack1
mirror of
https://github.com/jackaudio/jack1
Watch
1
Star
0
Fork
0
Code
Releases
19
Activity
Browse Source
Fix compilation with --enable-debug.
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@299 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
kaiv
23 years ago
parent
a89ec13b17
commit
0031e612c5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libjack/client.c
+ 1
- 1
libjack/client.c
View File
@@ -537,7 +537,7 @@ jack_client_thread (void *arg)
about this and it needs fixing.
*/
client->control->pid = getpid()
client->control->pid = getpid()
;
DEBUG ("client thread is now running");
Write
Preview
Loading…
Cancel
Save