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

Comparing ray/src/cal/rcalc.c (file contents):
Revision 1.36 by greg, Sun Mar 13 16:11:48 2022 UTC vs.
Revision 1.37 by greg, Mon Feb 6 22:40:21 2023 UTC

# Line 963 | Line 963 | advinp(int skip)               /* advance home to current position
963  
964  
965   void
966 < eputs(char *msg)
966 > eputs(const char *msg)
967   {
968          fputs(msg, stderr);
969   }
970  
971  
972   void
973 < wputs(char *msg)
973 > wputs(const char *msg)
974   {
975          if (!nowarn)
976                  eputs(msg);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines