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

Comparing ray/src/common/mesh.c (file contents):
Revision 2.26 by greg, Tue Nov 6 17:12:35 2012 UTC vs.
Revision 2.27 by greg, Tue Mar 22 03:56:17 2016 UTC

# Line 99 | Line 99 | getmesh(                               /* get new mesh data reference */
99          }
100          if ((pathname = getpath(mname, getrlibpath(), R_OK)) == NULL) {
101                  sprintf(errmsg, "cannot find mesh file \"%s\"", mname);
102 <                error(USER, errmsg);
102 >                error(SYSTEM, errmsg);
103          }
104          flags &= ~ms->ldflags;
105          if (flags)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines