diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-09-26 10:55:03 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-09-26 10:55:03 (GMT) |
| commit | 028c6385977d83baa0e82ba1fc153e6991fb7b62 (patch) | |
| tree | f3d409554b6b1917abc22f5eeda3b2917c9de63b /generic/tkImgListFormat.c | |
| parent | ad9b15aa9ad829285f0deba472c2f26e884b82b1 (diff) | |
| parent | feba911a5adbabc4933c59e3a0a84a1833564841 (diff) | |
| download | tk-novem_support.zip tk-novem_support.tar.gz tk-novem_support.tar.bz2 | |
merge trunknovem_support
Diffstat (limited to 'generic/tkImgListFormat.c')
| -rw-r--r-- | generic/tkImgListFormat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkImgListFormat.c b/generic/tkImgListFormat.c index 20f2c4e..90bd3f8 100644 --- a/generic/tkImgListFormat.c +++ b/generic/tkImgListFormat.c @@ -511,7 +511,7 @@ StringReadDef( != TCL_OK) { return TCL_ERROR; } - if (width <= 0 || height <= 0 || colCount == 0 || rowCount == 0) { + if (width <= 0 || height <= 0 || rowCount == 0 || colCount == 0) { /* * No changes with zero sized input or zero sized output region */ |
