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

Comparing ray/src/common/readwfobj.c (file contents):
Revision 2.8 by greg, Wed Feb 10 17:57:28 2021 UTC vs.
Revision 2.9 by greg, Sat Jan 15 02:00:21 2022 UTC

# Line 160 | Line 160 | add_face(Scene *sc, const VNDX ondx, int ac, char *av[
160          if (i < 0)                              /* create face if indices OK */
161                  f = addFace(sc, varr, ac);
162          if (varr != vdef)
163 <                efree((char *)varr);
163 >                efree(varr);
164          return(f != NULL);
165   }
166  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines