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

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

# Line 315 | Line 315 | main(int argc, char *argv[])
315                  if (i < nfiles)
316                          break;
317          } while (--outcnt);
318 +                                                        /* check ending */
319 +        if (outcnt > 0) {
320 +                fputs(argv[0], stderr);
321 +                fputs(": warning: premature EOD\n", stderr);
322 +        }
323          return(0);
324   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines