Browse Source

Fix yet another merge conflict

I was sure I did this already...

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.9.13
falkTX 6 years ago
parent
commit
aefcc52b6e
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      common/JackEngine.cpp

+ 0
- 4
common/JackEngine.cpp View File

@@ -1087,11 +1087,7 @@ void JackEngine::SessionNotify(int refnum, const char *target, jack_session_even

for (int i = 0; i < CLIENT_NUM; i++) {
JackClientInterface* client = fClientTable[i];
<<<<<<< HEAD
if (client && (client->GetClientControl()->fSessionID < 0)) {
=======
if (client && jack_uuid_empty(client->GetClientControl()->fSessionID)) {
>>>>>>> f7f2244b07ee0a723853e838de85e25471b8903f
client->GetClientControl()->fSessionID = jack_client_uuid_generate();
}
}


Loading…
Cancel
Save