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

Comparing ray/src/rt/rtmain.c (file contents):
Revision 2.21 by greg, Sun Sep 26 15:51:15 2010 UTC vs.
Revision 2.22 by greg, Wed Aug 7 05:10:09 2013 UTC

# Line 77 | Line 77 | main(int  argc, char  *argv[])
77                                  default: goto badopt; }
78          int  persist = 0;
79          char  *octnm = NULL;
80 <        char  **tralp;
81 <        int  duped1;
80 >        char  **tralp = NULL;
81 >        int  duped1 = -1;
82          int  rval;
83          int  i;
84                                          /* global program name */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines