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

Comparing ray/src/common/calexpr.c (file contents):
Revision 1.3 by greg, Wed Jun 14 22:29:01 1989 UTC vs.
Revision 1.4 by greg, Thu Jun 29 09:44:33 1989 UTC

# Line 349 | Line 349 | char  *err;
349      register int  i;
350  
351      eputs(linbuf);
352 <    if (linbuf[0] == '\0' || linbuf[strlen(linbuf)-1] != '\n')
352 >    if (linbuf[strlen(linbuf)-1] != '\n')
353          eputs("\n");
354      for (i = 0; i < linepos-1; i++)
355          eputs(linbuf[i] == '\t' ? "\t" : " ");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines