Changeset 3224 for libcaca/trunk/caca
- Timestamp:
- Nov 2, 2008, 10:57:21 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/codec/export.c
r3223 r3224 527 527 * (see below) */ 528 528 len = 1; 529 while((y || ! has_multi_cell_row)529 while((y || (! has_multi_cell_row) || (cv->height == 1)) 530 530 && 531 531 (x + len < cv->width)
Note: See TracChangeset
for help on using the changeset viewer.