ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/ranimove1.c
(Generate patch)

Comparing ray/src/util/ranimove1.c (file contents):
Revision 3.14 by greg, Thu Apr 17 14:49:59 2008 UTC vs.
Revision 3.15 by greg, Mon Nov 10 19:08:20 2008 UTC

# Line 900 | Line 900 | send_frame(void)                       /* send frame to destination */
900          int     y;
901                                          /* open output picture */
902          sprintf(pfname, vval(BASENAME), fcur);
903 <        strcat(pfname, ".pic");
903 >        strcat(pfname, ".hdr");
904          fp = fopen(pfname, "w");
905          if (fp == NULL) {
906                  sprintf(errmsg, "cannot open output frame \"%s\"", pfname);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines