--- ray/src/px/ra_pr24.c 1991/08/07 08:36:33 1.7 +++ ray/src/px/ra_pr24.c 1991/08/15 12:38:24 1.8 @@ -168,7 +168,7 @@ ra2pr() /* convert Radiance scanlines to 24-bit rast /* allocate scanline */ scanin = (COLR *)malloc(xmax*sizeof(COLR)); if (scanin == NULL) - quiterr("out of memory in pr2ra"); + quiterr("out of memory in ra2pr"); /* convert image */ for (y = ymax-1; y >= 0; y--) { if (freadcolrs(scanin, xmax, stdin) < 0)