You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-video/cclive/files/cclive-0.9.3-boost-1.67.patch

14 lines
337 B

https://bugs.gentoo.org/671768
--- a/src/cc/progressbar.h
+++ b/src/cc/progressbar.h
@@ -316,7 +316,7 @@ private:
static inline std::string eta_from_seconds(const double s)
{
- const pt::time_duration& td = pt::seconds(s);
+ const pt::time_duration& td = pt::seconds(long(s));
return pt::to_simple_string(td);
}