Pro version equivalent of recent free version changes.

This commit is contained in:
Thulinma 2015-09-03 19:56:27 +02:00
parent d8051984f2
commit c8d1c2006e
6 changed files with 6 additions and 6 deletions

View file

@ -12,7 +12,7 @@
#include <mist/stream.h>
int main(int argc, char * argv[]) {
Util::Config conf(argv[0], PACKAGE_VERSION);
Util::Config conf(argv[0]);
mistIn conv(&conf);
if (conf.parseArgs(argc, argv)) {
if (conf.getBool("json")) {