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.54 by greg, Mon Oct 26 21:28:18 2020 UTC

# 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