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

Comparing ray/src/util/rtcontrib.c (file contents):
Revision 1.21 by greg, Sat Jun 11 15:01:03 2005 UTC vs.
Revision 1.22 by greg, Tue Jun 14 02:50:23 2005 UTC

# Line 623 | Line 623 | getofile(const char *ospec, const char *mname, int bn)
623                  if (header) {
624                          char    info[512];
625                          char    *cp = info;
626 <                        if (ofl & OF_MODIFIER) {
627 <                                sprintf(cp, "MODIFIER=%s\n", mname);
628 <                                while (*cp) ++cp;
629 <                        }
626 >                        sprintf(cp, "MODIFIER=%s\n", mname);
627 >                        while (*cp) ++cp;
628                          if (ofl & OF_BIN) {
629                                  sprintf(cp, "BIN=%d\n", bn);
630                                  while (*cp) ++cp;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines