Browse Source

Code cleanup.

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3269 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.9.1
sletz 16 years ago
parent
commit
3db1dbe949
2 changed files with 4 additions and 3 deletions
  1. +3
    -2
      common/JackNetInterface.cpp
  2. +1
    -1
      common/JackNetManager.cpp

+ 3
- 2
common/JackNetInterface.cpp View File

@@ -360,10 +360,11 @@ namespace Jack
bool JackNetMasterInterface::IsSynched()
{
if (fParams.fNetworkMode == 's')
if (fParams.fNetworkMode == 's') {
return (fCycleOffset < 3);
else
} else {
return true;
}
}
int JackNetMasterInterface::SyncSend()


+ 1
- 1
common/JackNetManager.cpp View File

@@ -437,7 +437,7 @@ namespace Jack
#endif
} else {
jack_error("Connection is not synched, skip cycle...\n");
jack_error("Connection is not synched, skip cycle...");
}

//receive sync


Loading…
Cancel
Save