--- ray/src/px/pcompos.c 1989/06/12 10:07:29 1.2 +++ ray/src/px/pcompos.c 1989/07/24 09:12:18 1.3 @@ -173,8 +173,7 @@ compos() /* composite pictures */ int y; register int x, i; - scanin = (COLR *)malloc((xmax-xmin)*sizeof(COLR)) - xmin; - scanin = (COLR *)malloc((xmax-xmin)*sizeof(COLR)) - xmin; + scanin = (COLR *)malloc((xmax-xmin)*sizeof(COLR)); if (scanin == NULL) goto memerr; scanin -= xmin;