Browse Source

meh... inverse retval...

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3746 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.117.0
torben 15 years ago
parent
commit
a60448b0a3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      drivers/netjack/netjack.c

+ 1
- 1
drivers/netjack/netjack.c View File

@@ -622,7 +622,7 @@ netjack_startup( netjack_driver_state_t *netj )
//jack_info ("*** IMPORTANT *** Dont connect a client to jackd until the driver is attached to a clock source !!!"); //jack_info ("*** IMPORTANT *** Dont connect a client to jackd until the driver is attached to a clock source !!!");


while(1) { while(1) {
if(netjack_poll( netj->sockfd, 1000 ) ) {
if( ! netjack_poll( netj->sockfd, 1000 ) ) {
jack_info ("Waiting aborted"); jack_info ("Waiting aborted");
return -1; return -1;
} }


Loading…
Cancel
Save