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
43efc94e
Commit
43efc94e
authored
Jun 11, 2016
by
Adrian Knoth
Browse files
Fix C++14 warning
Space required before macro. No functional changes.
parent
69157882
Changes
1
Show whitespace changes
Inline
Side-by-side
posix/JackPosixServerLaunch.cpp
View file @
43efc94e
...
...
@@ -124,7 +124,7 @@ static void start_server_classic_aux(const char* server_name)
if
(
!
good
)
{
command
=
(
char
*
)(
JACK_LOCATION
"/jackd"
);
strncpy
(
arguments
,
JACK_LOCATION
"/jackd -T -d "
JACK_DEFAULT_DRIVER
,
255
);
strncpy
(
arguments
,
JACK_LOCATION
"/jackd -T -d "
JACK_DEFAULT_DRIVER
,
255
);
}
else
{
result
=
strcspn
(
arguments
,
" "
);
command
=
(
char
*
)
malloc
(
result
+
1
);
...
...
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