This commit is contained in:
tastytea 2018-02-01 12:03:43 +01:00
parent 30b8286ed4
commit 42eea89863
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5

View File

@ -190,7 +190,7 @@ int main(int argc, char *argv[])
if (argc == 3) if (argc == 3)
{ {
max_size == std::stoi(argv[2]); max_size = std::stoi(argv[2]);
} }
pt::ptree config; pt::ptree config;