From fd921718e4ce967ee85f499d04316d56272e2c56 Mon Sep 17 00:00:00 2001 From: Stefan Jahn Date: Wed, 27 Oct 2021 01:27:49 +0200 Subject: [PATCH] kompiliert jetzt auch auf altem Ubuntu --- configuration.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.cc b/configuration.cc index 76596da..a8a7f29 100644 --- a/configuration.cc +++ b/configuration.cc @@ -154,7 +154,7 @@ void Configuration::LoadConfig(std::string filename) { list je; list::iterator iter; int ctrli; - long int id; + int64_t id; // // load all controls from JSONParse object