Revert "null values"

This reverts commit 28e9f5e40e.
pull/53/head
Stefan Haustein 2019-03-23 22:33:10 +01:00
parent 0973fbd76c
commit 7e5b9d94ee
1 changed files with 0 additions and 1 deletions

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