Revert "null values"
This reverts commit 9717adc840761690ad0e3ebd6c9f835607bee1c1.
This commit is contained in:
parent
7e5b9d94ee
commit
cd2805d33d
@ -443,11 +443,8 @@ cimg_library::CImg<unsigned char> load_rgb_CImg(const char * const filename) {
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
struct winsize w;
|
||||
ioctl(STDOUT_FILENO, TIOCGWINSZ, &w);
|
||||
|
||||
if(w.ws_col == 0 && w.ws_col == 0)
|
||||
ioctl(0, TIOCGWINSZ, &w);
|
||||
|
||||
|
||||
int maxWidth = w.ws_col * 4;
|
||||
int maxHeight = w.ws_row * 8;
|
||||
int flags = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user