Browse Source

debug driver initialization

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

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

@@ -253,8 +253,8 @@ extern "C"
if(( token = strsep(&der_string, ";")) != NULL ){
printf("m=%d\t %s.",m,outputArray[m]);fflush(stdout);

outputArray[m] = strdup(token);
printf("%s\n", outputArray[m]);fflush(stdout);
// outputArray[m] = strdup(token);
printf("%s\n", strdup(token));fflush(stdout);
} else {
tokenCnt = m;
break;


Loading…
Cancel
Save