From: <sh...@al...> - 2000-02-18 13:59:43
|
> 1440black.prn still segv's on me: > > #0 0x8048f2d in update_page (buf=0x804c430 "", bufsize=376, m=188, n=8, > color=0, density=1440) at unprint.c:342 > 342 if (page[y]->line[color]) { > (gdb) where > #0 0x8048f2d in update_page (buf=0x804c430 "", bufsize=376, m=188, n=8, > color=0, density=1440) at unprint.c:342 m=188??? That's a lot of heads. I see what's happened. It's printing off the edge of the page. I was checking to make sure that the first stripe was on the page, but this pass goes beyond the bottom margin. The upper parts of the pass are on the page, but the lower parts are below. This should be easy enough to fix. Eric |