untie STDIO → utilize buffering v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Tue, 08 Jan 2019 23:31:07 +0100
branchv_0
changeset 2 75aeeb022302
parent 1 82f86dc48339
child 3 b5a5bf32f7ff
untie STDIO → utilize buffering
src/relpipe-out-csv.cpp
--- a/src/relpipe-out-csv.cpp	Tue Jan 08 22:49:21 2019 +0100
+++ b/src/relpipe-out-csv.cpp	Tue Jan 08 23:31:07 2019 +0100
@@ -35,6 +35,7 @@
 
 int main(int argc, char**argv) {
 	CLI cli(argc, argv);
+	CLI::untieStdIO();
 	
 	int resultCode = CLI::EXIT_CODE_UNEXPECTED_ERROR;