mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 22:45:44 +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 -= m_start.tv_usec / 1000U;
|
||||
|
||||
return (unsigned int)(b - a);
|
||||
return elapsed;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user