--- ray/src/util/ranimate.c 2008/02/21 01:22:06 2.53 +++ ray/src/util/ranimate.c 2008/11/10 19:08:20 2.54 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: ranimate.c,v 2.53 2008/02/21 01:22:06 greg Exp $"; +static const char RCSid[] = "$Id: ranimate.c,v 2.54 2008/11/10 19:08:20 greg Exp $"; #endif /* * Radiance animation control program @@ -708,7 +708,7 @@ transferframes(void) /* catch up with picture transf *cp++ = ' '; sprintf(cp, fbase, i); while (*cp) cp++; - strcpy(cp, ".pic"); + strcpy(cp, ".hdr"); cp += 4; } if (runcom(combuf)) { /* transfer frames */ @@ -1061,7 +1061,7 @@ int rvr } /* output file name */ sprintf(fname0, vval(BASENAME), frame); - sprintf(combuf+strlen(combuf), " > %s.pic", fname0); + sprintf(combuf+strlen(combuf), " > %s.hdr", fname0); if (rvr) /* in recovery */ return(runcom(combuf)); bruncom(combuf, frame, frecover); /* else run in background */