diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fringe.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fringe.c b/src/fringe.c index 22f3bdc2ba8..08bf271ed56 100644 --- a/src/fringe.c +++ b/src/fringe.c | |||
| @@ -1607,7 +1607,6 @@ If BITMAP already exists, the existing definition is replaced. */) | |||
| 1607 | fb.bits = b = ((unsigned short *) | 1607 | fb.bits = b = ((unsigned short *) |
| 1608 | ptr_bounds_clip (xfb + 1, fb.height * BYTES_PER_BITMAP_ROW)); | 1608 | ptr_bounds_clip (xfb + 1, fb.height * BYTES_PER_BITMAP_ROW)); |
| 1609 | xfb = ptr_bounds_clip (xfb, sizeof *xfb); | 1609 | xfb = ptr_bounds_clip (xfb, sizeof *xfb); |
| 1610 | memset (b, 0, fb.height); | ||
| 1611 | 1610 | ||
| 1612 | j = 0; | 1611 | j = 0; |
| 1613 | while (j < fb.height) | 1612 | while (j < fb.height) |