# | Line 382 | Line 382 | sum_images(const char *fspec, const CMATRIX *cv, FILE | |
---|---|---|
382 | int dt, xr, yr; | |
383 | COLORV *psp; | |
384 | /* check for zero */ | |
385 | < | if ((scv[RED] == 0) & (scv[GRN] == 0) & (scv[BLU] == 0)) |
385 | > | if ((scv[RED] == 0) & (scv[GRN] == 0) & (scv[BLU] == 0) && |
386 | > | (myDT != DTfromHeader) | (i < cv->nrows-1)) |
387 | continue; | |
388 | /* open next picture */ | |
389 | sprintf(fname, fspec, i); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |