mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-14 03:23:29 +00:00
Fix building with BUILD_HTTP
bug reported by arclance
This commit is contained in:
parent
dea2c56582
commit
b5dc59e9b2
@ -1856,7 +1856,7 @@ static void draw_text(void)
|
||||
if(http_refresh.get(*state)) {
|
||||
webpage.append("<meta http-equiv=\"refresh\" content=\"");
|
||||
std::stringstream update_interval_str;
|
||||
update_interval_str << update_interval;
|
||||
update_interval_str << update_interval.get(*state);
|
||||
webpage.append(update_interval_str.str());
|
||||
webpage.append("\" />");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user