| # | Line 673 | Line 673 | picwriteline(y, l) /* add 8-bit scanline to image */ | |
|---|---|---|
| 673 | int y; | |
| 674 | pixel *l; | |
| 675 | { | |
| 676 | < | bcopy(l, ourras->data.bz+BZPixmapSize(xmax,y), BZPixmapSize(xmax,1)); |
| 676 | > | bcopy((char *)l, (char *)ourras->data.bz+BZPixmapSize(xmax,y), BZPixmapSize(xmax,1)); |
| 677 | } | |
| 678 | ||
| 679 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |