Added angel process

This commit is contained in:
Thulinma 2016-09-15 15:51:40 +02:00
parent bd4c951488
commit ceafaa57e6
5 changed files with 93 additions and 11 deletions

View file

@ -210,7 +210,7 @@ bool Util::Config::parseArgs(int & argc, char ** & argv) {
std::cout << "- Flag: Big metadata. Enabled longer live stream durations. Breaks compatibility with DTSH files generated by versions without this flag." << std::endl;
#endif
std::cout << "Built on " __DATE__ ", " __TIME__ << std::endl;
exit(1);
exit(0);
break;
default:
jsonForEach(vals, it) {