mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-14 03:06:35 +02:00
more CR feedback
This commit is contained in:
parent
e8af41c6ab
commit
d9ae788818
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ int main(int argc, const char* argv[]) {
|
|||
const char* CLOCK_SKEW = "--clockSkew";
|
||||
const char* clockSkewOption = getCmdOption(argc, argv, CLOCK_SKEW);
|
||||
if (clockSkewOption) {
|
||||
quint64 clockSkew = atoll(clockSkewOption);
|
||||
qint64 clockSkew = atoll(clockSkewOption);
|
||||
usecTimestampNowForceClockSkew(clockSkew);
|
||||
qCDebug(interfaceapp) << "clockSkewOption=" << clockSkewOption << "clockSkew=" << clockSkew;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue