Browse Source

debug driver initialization

pull/450/head
Christoph Kuhr 7 years ago
parent
commit
7989ef3f0f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      linux/avb/JackAVBDriver.cpp

+ 1
- 1
linux/avb/JackAVBDriver.cpp View File

@@ -250,7 +250,7 @@ extern "C"

for(int m=0;m<array_len;m++){
// printf("m=%d\t %s.",m,outputArray[m]);fflush(stdout);
if(( token = strsep(&der_string, ";")) != NULL ){
if(( token = strsep(&der_string, ":")) != NULL ){
// printf("m=%d\t %s. ",m,outputArray[m]);fflush(stdout);

// outputArray[m] = strdup(token);


Loading…
Cancel
Save