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

Comparing ray/src/cv/bsdf2ttree.c (file contents):
Revision 2.53 by greg, Mon Oct 26 21:12:20 2020 UTC vs.
Revision 2.55 by greg, Wed Oct 28 18:54:21 2020 UTC

# Line 651 | Line 651 | eval_anisotropic(char *funame)
651   static int
652   wrap_up(void)
653   {
654 <        char    cmd[8192];
654 >        char    cmd[32700];
655  
656          if (bsdf_manuf[0]) {
657                  add_wbsdf("-f", 1);
# Line 718 | Line 718 | record2header(char *s)
718          strcpy(head_buf+cur_headlen, s);
719          cur_headlen += len;
720  
721 + #if defined(_WIN32) || defined(_WIN64)
722 +        if (head_buf[cur_headlen-1] == '\n')
723 +                head_buf[cur_headlen-1] = '\t';
724 + #endif
725          return(1);
726   }
727  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines