From 36ee947888d0a2a0d0f47d3f89f035a5dc96931f Mon Sep 17 00:00:00 2001 From: beware Date: Sun, 5 Aug 2012 01:01:50 +0000 Subject: [PATCH] remove increment guarantee, it causes problems if called faster than a million times per second git-svn-id: file:///svnroot/lcore/trunk@116 b1de8a11-f9be-4011-bde0-cc7ace90066a --- btime.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btime.pas b/btime.pas index c130144..ee7583b 100644 --- a/btime.pas +++ b/btime.pas @@ -410,7 +410,7 @@ begin result := f; - if (result < mmtime_lastresult) then result := mmtime_lastresult + 0.000001; + if (result < mmtime_lastresult) then result := mmtime_lastresult; mmtime_lastresult := result; end; -- 2.30.2