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.24 by greg, Sat Jun 7 05:09:46 2025 UTC

# Line 21 | Line 21 | static const char RCSid[] = "$Id$";
21   #include <string.h>
22  
23   #include "platform.h"
24 #include "paths.h"
24   #include "ranimove.h"
25 + #include "func.h"
26  
27   int             NVARS = NV_INIT; /* total number of variables */
28  
# Line 82 | Line 82 | main(
82          int     explicate = 0;
83          char    *cfname;
84          int     i;
85 <
86 <        progname = argv[0];                     /* get arguments */
85 >                                                /* set global progname */
86 >        fixargv0(argv[0]);
87 >                                                /* initialize calcomp */
88 >        initfunc();
89          gargc = argc;
90          gargv = argv;
91          for (i = 1; i < argc && argv[i][0] == '-'; i++)
# Line 170 | Line 172 | userr:
172  
173   void
174   eputs(                          /* put string to stderr */
175 <        char  *s
175 >        const char  *s
176   )
177   {
178          static int  midline = 0;
# Line 539 | Line 541 | getexp(                        /* get exposure for nth frame */
541          int     n
542   )
543   {
542        extern char     *fskip();
544          static char     expval[32];
545          static FILE     *expfp = NULL;
546          static int      curfrm = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines