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
3962e4b5
Commit
3962e4b5
authored
Dec 19, 2016
by
Hoger Dehnhardt
Browse files
when in wrong state, write message to stderr
parent
feef5ca5
Changes
1
Hide whitespace changes
Inline
Side-by-side
example-clients/transport.c
View file @
3962e4b5
...
...
@@ -227,10 +227,10 @@ static void com_toggle(char *arg)
com_stop
(
arg
);
break
;
case
JackTransportStarting
:
printf
(
"state: Starting - no transport toggling"
);
f
printf
(
stderr
,
"state: Starting - no transport toggling"
);
break
;
default:
printf
(
"state: Starting - no transport toggling"
);
f
printf
(
stderr
,
"state: Starting - no transport toggling"
);
}
}
...
...
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