mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-21 06:13:49 +00:00
commit
6262f9ee73
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ unsigned int CStopWatch::elapsed()
|
|||
} else {
|
||||
long temp = -m_start.tv_nsec / 1000000L;
|
||||
temp += (now.tv_sec - m_start.tv_sec) * 1000L;
|
||||
temp += m_start.tv_nsec / 1000000L;
|
||||
temp += now.tv_nsec / 1000000L;
|
||||
return temp;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue