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

Comparing ray/src/cal/lam.c (file contents):
Revision 1.20 by greg, Fri Jul 5 00:20:57 2019 UTC vs.
Revision 1.21 by greg, Fri Jul 5 00:46:23 2019 UTC

# Line 174 | Line 174 | main(int argc, char *argv[])
174                  if (unbuff)
175                          fflush(stdout);
176          } while (--incnt);
177 +                                                        /* check ending */
178 +        if (incnt > 0) {
179 +                fputs(argv[0], stderr);
180 +                fputs(": warning: premature EOD\n", stderr);
181 +        }
182          return(0);
183   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines