From 7e5b9d94eea2abf119951d1c273c214922436592 Mon Sep 17 00:00:00 2001 From: Stefan Haustein Date: Sat, 23 Mar 2019 22:33:10 +0100 Subject: [PATCH] Revert "null values" This reverts commit 28e9f5e40e851de080247c46012860ff6c0271ce. --- src/main/cpp/tiv.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/cpp/tiv.cpp b/src/main/cpp/tiv.cpp index ca2eebb..60aeadd 100644 --- a/src/main/cpp/tiv.cpp +++ b/src/main/cpp/tiv.cpp @@ -445,7 +445,6 @@ int main(int argc, char* argv[]) { struct winsize w; ioctl(STDOUT_FILENO, TIOCGWINSZ, &w); - //If redirect STDOUT to one file if(w.ws_col == 0 && w.ws_col == 0) ioctl(0, TIOCGWINSZ, &w);