Commit 172b1e5c authored by Alexander Chernyakhovsky's avatar Alexander Chernyakhovsky
Browse files

Cast time_elapsed to int before calling human_readable_duration

When attempting to build againt EPEL 5, it was noticed that
human_readable_duration expects an int, but time_elapsed is an
integer.  Explicitly static_cast<int>( time_elapsed ) to appease older
compilers.
parent 688bf21b
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