From 42eea898638ecf48fb19171674d9eb5b9b8ad0e9 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 1 Feb 2018 12:03:43 +0100 Subject: [PATCH] typo --- src/rss2mastodon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rss2mastodon.cpp b/src/rss2mastodon.cpp index 6962877..ad0ec77 100644 --- a/src/rss2mastodon.cpp +++ b/src/rss2mastodon.cpp @@ -190,7 +190,7 @@ int main(int argc, char *argv[]) if (argc == 3) { - max_size == std::stoi(argv[2]); + max_size = std::stoi(argv[2]); } pt::ptree config;