typo
This commit is contained in:
parent
30b8286ed4
commit
42eea89863
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user