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

Comparing ray/src/util/ranimove.c (file contents):
Revision 3.19 by greg, Mon Jul 20 15:54:29 2020 UTC vs.
Revision 3.21 by greg, Wed Aug 21 16:18:54 2024 UTC

# Line 170 | Line 170 | userr:
170  
171   void
172   eputs(                          /* put string to stderr */
173 <        char  *s
173 >        const char  *s
174   )
175   {
176          static int  midline = 0;
# Line 539 | Line 539 | getexp(                        /* get exposure for nth frame */
539          int     n
540   )
541   {
542        extern char     *fskip();
542          static char     expval[32];
543          static FILE     *expfp = NULL;
544          static int      curfrm = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines