Changeset 357 for libcaca/trunk/src/graphics.c
- Timestamp:
- Jan 21, 2004, 2:49:26 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/src/graphics.c
r354 r357 444 444 if(x < 0) 445 445 { 446 if(len < (unsigned int)-x) 447 return; 446 448 len -= -x; 447 if(len < 0)448 return;449 449 s += -x; 450 450 x = 0;
Note: See TracChangeset
for help on using the changeset viewer.