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.36 by greg, Mon Feb 6 22:40:21 2023 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines