Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TPF
jack2
Commits
fd48059f
Commit
fd48059f
authored
May 17, 2016
by
Gaël PORTAY
Browse files
Fix duplicate instruction.
parent
9e5d1909
Changes
1
Show whitespace changes
Inline
Side-by-side
common/JackRequest.h
View file @
fd48059f
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment