Commit ff4c5f9c authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

git-svn-id:...

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@55267 954022d7-b5bf-4e40-9824-e11837661b57
parent 1deae726
......@@ -13,7 +13,7 @@ namespace NSTimers
struct timespec ts;
clock_gettime(CLOCK_MONOTONIC, &ts);
return (ts.tv_sec * 1000 + (DWORD)(ts.tv_nsec / 100000));
return (ts.tv_sec * 1000 + (DWORD)(ts.tv_nsec / 1000000));
#endif
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment