Hello,
> The integer progress multiple by 1000,000 to convert from second to
> micro-second. If progress >= 2148, then the value of progress * 1000,000
> (2,148,000,000) will larger than max value of 32 bits integer
> (2,147,483,647).
Indeed. Shame on me! I had not thought of overflows because of the false
security of in64 target type. Thanks for the missing cast!
--
Fabien.