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

Comparing ray/src/hd/rhcopy.c (file contents):
Revision 3.35 by greg, Wed Nov 16 00:44:04 2022 UTC vs.
Revision 3.37 by greg, Tue Dec 19 20:22:36 2023 UTC

# Line 400 | Line 400 | readrays(FILE *fp)
400          }
401          return;
402   missingData:
403 <        sprintf(errmsg, "insufficient data in -i%s", rspec);
403 >        sprintf(errmsg, "insufficient data or read error for -i%s", rspec);
404          error(USER, errmsg);
405   }
406  
# Line 746 | Line 746 | addpicz(               /* add a picture + depth-buffer */
746  
747   void
748   eputs(                  /* put error message to stderr */
749 <        char  *s
749 >        const char  *s
750   )
751   {
752          static int  midline = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines