Commit 21aa32d3 authored by Marcel Raad's avatar Marcel Raad Committed by Daniel Stenberg
Browse files

lib: fix compiler warnings after de4de4e3

Visual C++ now complains about implicitly casting time_t (64-bit) to
long (32-bit). Fix this by changing some variables from long to time_t,
or explicitly casting to long where the public interface would be
affected.

Closes #1131
parent 0b8d682f
Supports Markdown
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