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

Comparing ray/src/px/pcomb.c (file contents):
Revision 2.54 by greg, Tue Mar 22 15:14:42 2022 UTC vs.
Revision 2.55 by greg, Mon Feb 6 22:40:21 2023 UTC

# Line 681 | Line 681 | l_psize(char *nm)              /* compute pixel size in steradians
681  
682  
683   extern void
684 < wputs(char      *msg)
684 > wputs(const char *msg)
685   {
686          if (!nowarn)
687                  eputs(msg);
# Line 689 | Line 689 | wputs(char     *msg)
689  
690  
691   extern void
692 < eputs(char *msg)
692 > eputs(const char *msg)
693   {
694          fputs(msg, stderr);
695   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines