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

Comparing ray/src/util/eplus_adduvf.c (file contents):
Revision 2.18 by schorsch, Sun Mar 6 01:13:18 2016 UTC vs.
Revision 2.19 by greg, Fri Dec 13 16:00:33 2019 UTC

# Line 717 | Line 717 | main(int argc, char *argv[])
717                  do {
718                          pnext = pptr->pnext;
719                          idf_delobject(our_idf, pptr);
720 <                } while (pnext != NULL);
720 >                } while ((pptr = pnext) != NULL);
721          }
722                                                  /* add to header */
723          if (our_idf->hrem == NULL ||

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines