Browse Source

Fix duplicate instruction.

tags/v1.9.11-RC1
Gaël PORTAY 9 years ago
parent
commit
fd48059f9b
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      common/JackRequest.h

+ 0
- 1
common/JackRequest.h View File

@@ -1064,7 +1064,6 @@ struct JackInternalClientLoadRequest : public JackRequest
snprintf(fName, sizeof(fName), "%s", client_name);
snprintf(fDllName, sizeof(fDllName), "%s", so_name);
snprintf(fLoadInitName, sizeof(fLoadInitName), "%s", objet_data);
snprintf(fLoadInitName, sizeof(fLoadInitName), "%s", objet_data);
}

int Read(detail::JackChannelTransactionInterface* trans)


Loading…
Cancel
Save