Hi Andrew,
On 3/2/20 9:10 AM, Andrew Zaborowski wrote:
time_t may be 32 bits wide (also signed) so we need to cast
timespec.tv_sec to uint64_t before multiplying by 1000000.
---
ell/path.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Applied, thanks.
Regards,
-Denis