Commit 8925527f authored by Gisle Vanem's avatar Gisle Vanem
Browse files

In MSVC9 'time_t' is a 64-bit quantity. This causes a truncation warning

when an 'int' is assigned to a 'time_t' variable. Hence redefine 'retry_time'
and 'retry_max' to 'time_t'.
parent 8cdc220b
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