<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><div>> I think both variants (the original as well as your "correction") are not<br>> really correct. According to the man-page for the libraryfunction time()<br>> returns something from type time_t, so the variable to which this return-<br>> value is assigned, should have type time_t. And if you want to build the<br>> difference from 2 time-stamps returned by different calls to time(), you<br>> should use the function difftime, which returns the difference in seconds<br>> as a double value. I think, all other possibilities would be system-dependent<br>> and *not* really portable.<br><br></div><div>Just as suspected. Thank You kindly for Your feedback, I will see about</div><div>incorporating Your suggestion into the patch.</div>                                        </div></body>
</html>