Revert "null values"

This reverts commit 28e9f5e40e.
This commit is contained in:
Stefan Haustein 2019-03-23 22:33:10 +01:00
parent 0973fbd76c
commit 7e5b9d94ee

View File

@ -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);