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

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

# Line 525 | Line 525 | eval_rbf(void)
525   static int
526   wrap_up(void)
527   {
528 <        char    cmd[8192];
528 >        char    cmd[32700];
529  
530          if (bsdf_manuf[0]) {
531                  add_wbsdf("-f", 1);
# Line 592 | Line 592 | record2header(char *s)
592          strcpy(head_buf+cur_headlen, s);
593          cur_headlen += len;
594  
595 + #if defined(_WIN32) || defined(_WIN64)
596 +        if (head_buf[cur_headlen-1] == '\n')
597 +                head_buf[cur_headlen-1] = '\t';
598 + #endif
599          return(1);
600   }
601  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines