mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Fix Linux compile issue.
This commit is contained in:
@@ -78,7 +78,7 @@ unsigned int CStopWatch::elapsed()
|
|||||||
elapsed += now.tv_usec / 1000U;
|
elapsed += now.tv_usec / 1000U;
|
||||||
elapsed -= m_start.tv_usec / 1000U;
|
elapsed -= m_start.tv_usec / 1000U;
|
||||||
|
|
||||||
return (unsigned int)(b - a);
|
return elapsed;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user