32-bit fixes
This commit is contained in:
parent
9e1539a2b9
commit
01d43796ad
28 changed files with 91 additions and 91 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue