Added angel process
This commit is contained in:
parent
bd4c951488
commit
ceafaa57e6
5 changed files with 93 additions and 11 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue