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
jacktrip
Commits
3c99cef0
Commit
3c99cef0
authored
Jul 13, 2020
by
cc
Browse files
removed -- fixed windows crash with this print statement!
parent
422d9453
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/JackTrip.cpp
View file @
3c99cef0
...
...
@@ -336,10 +336,8 @@ void JackTrip::startProcess(
if
(
gVerboseFlag
)
std
::
cout
<<
" JackTrip:startProcess before checkIfPortIsBinded(mReceiverBindPort)"
<<
std
::
endl
;
#if defined __WIN_32__
//cc fixed windows crash with this print statement!
qDebug
()
<<
"before mJackTrip->startProcess"
<<
mReceiverBindPort
<<
mSenderBindPort
;
// msleep(2000);
//cc fixed windows crash with this print statement! hope to delete
// qDebug() << "before mJackTrip->startProcess" << mReceiverBindPort<< mSenderBindPort;
#endif
checkIfPortIsBinded
(
mReceiverBindPort
);
if
(
gVerboseFlag
)
std
::
cout
<<
" JackTrip:startProcess before checkIfPortIsBinded(mSenderBindPort)"
<<
std
::
endl
;
...
...
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