32-bit fixes

This commit is contained in:
Thulinma 2019-01-26 00:27:57 +01:00
parent 9e1539a2b9
commit 01d43796ad
28 changed files with 91 additions and 91 deletions

View file

@ -109,7 +109,7 @@ void Analyser::init(Util::Config &conf){
opt["long"] = "timeout";
opt["short"] = "T";
opt["arg"] = "num";
opt["default"] = 0ll;
opt["default"] = 0;
opt["help"] = "Time out after X seconds of processing/retrieving";
conf.addOption("timeout", opt);
opt.null();