Merge branch 'development' into LTS_development

This commit is contained in:
Thulinma 2015-09-03 17:55:47 +02:00
commit d8051984f2
15 changed files with 30 additions and 29 deletions

View file

@ -12,7 +12,7 @@
#include <mist/procs.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)) {
std::string streamName = conf.getString("streamname");