Changeset 3497
- Timestamp:
- May 22, 2009, 9:51:48 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/codec/export.c
r3495 r3497 147 147 148 148 if(w < 0 || h < 0 || x < 0 || y < 0 149 || x + w > = cv->width || y + h >=cv->height)149 || x + w > cv->width || y + h > cv->height) 150 150 { 151 151 seterrno(EINVAL);
Note: See TracChangeset
for help on using the changeset viewer.