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
commit
0031e612c5
1 changed files with 1 additions and 1 deletions
  1. +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. about this and it needs fixing.
*/ */


client->control->pid = getpid()
client->control->pid = getpid();


DEBUG ("client thread is now running"); DEBUG ("client thread is now running");




Loading…
Cancel
Save