This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tadeas@tadeas-ThinkPad-Edge-E440:~/Downloads$ diff main\ \(1\).cpp main\ \(2\).cpp | |
303c303 | |
< cout << "Prazdny byte neni prazdny 1" << endl; | |
--- | |
> //cout << "Prazdny byte neni prazdny 1" << endl; | |
306c306 | |
< | |
--- | |
> if (image.mHeight <= 0 || image.mWidth <= 0) return false; | |
378d377 |