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

Comparing ray/src/rt/text.c (file contents):
Revision 2.26 by greg, Tue Jul 8 18:25:00 2014 UTC vs.
Revision 2.27 by greg, Tue Mar 22 03:56:17 2016 UTC

# Line 204 | Line 204 | gettext(                       /* get text structure for material */
204                                  getrlibpath(), R_OK)) == NULL) {
205                          sprintf(errmsg, "cannot find text file \"%s\"",
206                                          tm->oargs.sarg[tndx(tm)]);
207 <                        error(USER, errmsg);
207 >                        error(SYSTEM, errmsg);
208                  }
209                  if ((fp = fopen(s, "r")) == NULL) {
210                          sprintf(errmsg, "cannot open text file \"%s\"", s);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines