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

Comparing ray/src/ot/obj2mesh.c (file contents):
Revision 2.13 by greg, Wed Nov 12 03:54:31 2008 UTC vs.
Revision 2.14 by greg, Tue Mar 22 03:56:17 2016 UTC

# Line 66 | Line 66 | main(          /* compile a .OBJ file into a mesh */
66                                  sprintf(errmsg,
67                                          "cannot find library material: '%s'",
68                                                  argv[i]);
69 <                                error(USER, errmsg);
69 >                                error(SYSTEM, errmsg);
70                          }
71                          matinp[nmatf++] = strcpy(pns, cp);
72                          while (*pns++)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines