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

# 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