| 336 |
|
} |
| 337 |
|
return; |
| 338 |
|
fail: |
| 339 |
< |
quit("could not create raster image"); |
| 339 |
> |
quiterr("could not create raster image"); |
| 340 |
|
} |
| 341 |
|
|
| 342 |
|
|
| 609 |
|
|
| 610 |
|
if ((inl = (rgbpixel *)malloc(xmax*sizeof(rgbpixel))) == NULL |
| 611 |
|
|| (cerr = (short *)calloc(xmax,sizeof(short))) == NULL) |
| 612 |
< |
quit("out of memory in getmono"); |
| 612 |
> |
quiterr("out of memory in getmono"); |
| 613 |
|
dp = ourdata - 1; |
| 614 |
|
for (y = 0; y < ymax; y++) { |
| 615 |
|
picreadline3(y, inl); |
| 674 |
|
if (scanpos == NULL || scanpos[y] == -1) |
| 675 |
|
return(-1); |
| 676 |
|
if (fseek(fin, scanpos[y], 0) == -1) |
| 677 |
< |
quit("fseek error"); |
| 677 |
> |
quiterr("fseek error"); |
| 678 |
|
cury = y; |
| 679 |
|
} else if (scanpos != NULL) |
| 680 |
|
scanpos[y] = ftell(fin); |