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

Comparing ray/src/hd/rholo3.c (file contents):
Revision 3.25 by gwlarson, Thu Dec 10 10:47:50 1998 UTC vs.
Revision 3.26 by gwlarson, Tue Dec 15 09:28:18 1998 UTC

# Line 306 | Line 306 | sortcomplist()                 /* fix our list order */
306          } else if (i < complen-1) {
307                  list2 = (PACKHEAD *)realloc((char *)complist,
308                                  (i+1)*sizeof(PACKHEAD));
309 <                if (list2 != NULL) {
309 >                if (list2 != NULL)
310                          complist = list2;
311 <                        complen = i+1;
312 <                }
311 >                complen = i+1;
312          }
313          listpos = 0; lastin = i;
314   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines