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

Comparing ray/src/util/wrapBSDF.c (file contents):
Revision 2.14 by greg, Thu Apr 2 16:40:32 2015 UTC vs.
Revision 2.15 by greg, Fri May 29 07:16:49 2015 UTC

# Line 585 | Line 585 | writeBSDF(const char *caller, ezxml_t fl)
585                  free(xml);
586                  return 0;
587          }
588 +        puts("<?xml version=\"1.0\" encoding=\"UTF-8\"?>");
589          fflush(stdout);                         /* write previous XML info. */
590          if (write(fileno(stdout), xml, ei) != ei) {
591                  free(xml);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines