Attempt fix receiving PING

This commit is contained in:
loki
2020-03-16 20:01:30 +01:00
parent 87779b0ec8
commit 5502df5512
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ void parse_file(const char *file) {
int_f(vars, "back_button_timeout", to);
if(to > std::numeric_limits<int>::min()) {
input.back_button_timeout = std::chrono::milliseconds {to };
input.back_button_timeout = std::chrono::milliseconds { to };
}
std::string log_level_string;