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

Comparing ray/src/ot/wfconv.c (file contents):
Revision 2.14 by greg, Wed Jun 11 00:08:30 2014 UTC vs.
Revision 2.15 by greg, Fri May 3 18:00:50 2019 UTC

# Line 468 | Line 468 | syntax(                        /* report syntax error and exit */
468          char    *er
469   )
470   {
471 <        sprintf(errmsg, "%s: Wavefront syntax error near line %d: %s\n",
471 >        sprintf(errmsg, "%s: Wavefront syntax error near line %d: %s",
472                          inpfile, lineno, er);
473          error(USER, errmsg);
474   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines